addBanner: true breaks source maps when using UglifyJsPlugin
See original GitHub issueIf addBanner: false
, or if I skip uglifying, the source map is fine, but if I do both, the source map breaks. Any idea how to fix this? Do you think this is a bug in this package or in UglifyJsPlugin?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
How to make webpack's uglifyjs plugin not break sass's ...
The other issue is that libsass generates wrong source map, when outputStyle is compressed . And outputStyle is compressed, when you don't ...
Read more >uglifyjs-webpack-plugin - npm
Start using uglifyjs-webpack-plugin in your project by running `npm i ... Use source maps to map error message locations to modules (this ...
Read more >API - esbuild
The transform API can take the following options: Simple options: Define; Format; Loader; Minify; Platform; Sourcemap; Target. Advanced options:.
Read more >platform/external/chromium-trace
BaseConfig(_CHROME_BINARIES_CONFIG, writable=True) for channel in ... +Use of this source code is governed by a BSD-style license that can be +found in the ......
Read more >webpack/webpack - Gitter
I'm using oob react-flexbox-grid. David Silva ... sourceMap!./src/vendor/sass/paper. ... ExtractTextPlugin apparently breaks his stuff rn.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey just wanted to give you an update: I am planning on releasing a new major version which will fix the issue
Everything seems to be working in v2.0.0-alpha.7, thanks!