Just began using Webpack, following their guides, and while they mention uglifyjs-webpack-plugin, apparently the version installed using "npm i --save-dev uglifyjs-webpack-plugin" doesn't support es6 syntax such as let or the backtick strings.
What do you recommend I do, in terms of the simplest course of action, to remedy this situation?
If the remedy is to use a different minifier, is there one that you could recommend which supports tree shaking?
EDIT-UPDATE: Self-answered my own question shortly after posting, which seems to be the common theme with me whenever I need help. See my comment below for how I solved the problem above.
J03
Just another bit in the byte
Nicolás Parada
Web Developer
There is also babel-minify.