v2.0.1 doesn't work with UglifyJs
See original GitHub issueThe error is:
ERROR in bundle.js from UglifyJs
SyntaxError: Name expected [bundle.js:113484,4]
Downgrading to v1.3.20
seems to work again
No idea what is causing this yet
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
exclude node_modules don't work as expected #366
Operating System: Windows 10 Node Version: v8.11.3 NPM Version: 5.6.0 webpack Version: 4.20.2 uglifyjs-webpack-plugin Version: v2.0.1 ...
Read more >Angular 2 Uglify JS is not mangled
We do run Uglify on your code, but unfortunately Uglify does not rename properties, only function and variable names.
Read more >uglifyjs-webpack-plugin - npm
UglifyJS Webpack Plugin. This plugin uses UglifyJS to minify your JavaScript. It is the same plugin as in Webpack core ( webpack.optimize.
Read more >How to troubleshoot NPM problems
403: Authorization issue, meaning the user does not have access to the ... 20180523134454|10365|REQUEST|127.0.0.1|anonymous|PUT|/api/npm/npm/-/user/org.
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 FreeTop 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
Top GitHub Comments
Right, of course - I was originally building just for compiled builds and figures ES5/6 features would be kosher. I totally see why that’s not the case. I’ll review, pull, test and release shortly!
@joeduncan thanks.