Changes between Initial Version and Version 1 of Ticket #33353, comment 17


Ignore:
Timestamp:
Nov 14, 2023, 2:19:06 PM (10 months ago)
Author:
Rafał Pitoń

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33353, comment 17

    initial v1  
    33Webpack includes following comment in builds, but it DOESN'T include the file itself:
    44
    5 {{
     5
     6{{{
    67//# sourceMappingURL=react-hooks.esm.js.map
    7 }}
     8}}}
    89
    910Presence of those comments breaks ManifestStaticFilesStorage but currently no way exists. And there's Webpack bug: https://github.com/webpack/webpack/issues/17663
Back to Top