Closed DingoEatingFuzz closed 6 years ago
The npm tags have been messed up for this package and it's a known issue. The latest
points to 1.0.0, but there is a newer version 1.1.0. You can fix your problem by installing it directly with npm i @webpack-blocks/uglify@1.1.0
.
Ohh, really? I wasn't aware of that (or I forgot? 🤔).
Let me fix that...
➜ npm dist-tag add @webpack-blocks/uglify@1.1.0 latest
+latest: @webpack-blocks/uglify@1.1.0
~ took 18s
➜
npmjs.com shows 1.1.0
as latest version now.
Thanks for the fast turnaround on this! I'm loving using this lib ❤️
Were tags force pushed without a follow up
npm publish
?Steps to reproduce:
npm i @webpack-blocks/uglify
vim node_modules/@webpack-blocks/uglify/index.js
Note the difference.
The code in Github uses default options that pass uglifyjs-webpack-plugin validation, but the code in the npm registry does not.
In the interim, I and others can specify options explicitly, but these changes should be published.