Changes between Initial Version and Version 1 of Ticket #33353, comment 17
- Timestamp:
- Nov 14, 2023, 2:19:06 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33353, comment 17
initial v1 3 3 Webpack includes following comment in builds, but it DOESN'T include the file itself: 4 4 5 {{ 5 6 {{{ 6 7 //# sourceMappingURL=react-hooks.esm.js.map 7 }} 8 }}} 8 9 9 10 Presence of those comments breaks ManifestStaticFilesStorage but currently no way exists. And there's Webpack bug: https://github.com/webpack/webpack/issues/17663