You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2019. It is now read-only.
I've had an unpleasant issue where the current version of Uglify#harmony (3.0.27) minimizes my code fine, but the version inside this plugin (2.8.29) barfs. Paradoxically the only way I can figure out to fix this is to "downgrade" to the uglifyjs-webpack-plugin2 plugin (since it gets uglify via peer dependency).
Am I missing some obvious undocumented way to handle this? If not, would it not make sense to accept an optional passed-in library that overrides the embedded uglify dependency, like:
I've had an unpleasant issue where the current version of Uglify#harmony (3.0.27) minimizes my code fine, but the version inside this plugin (2.8.29) barfs. Paradoxically the only way I can figure out to fix this is to "downgrade" to the
uglifyjs-webpack-plugin2
plugin (since it gets uglify via peer dependency).Am I missing some obvious undocumented way to handle this? If not, would it not make sense to accept an optional passed-in library that overrides the embedded uglify dependency, like:
or some such?
Thanks!
The text was updated successfully, but these errors were encountered: