Related questions
Remove console.logs with Webpack & Uglify
I am trying to remove console.logs with Webpack's Uglify plugin but it seems that Uglify plugin that comes bundled with Webpack doesn't have that option, its not mentioned in the documentation.
I am initializing uglify from webpack like this:
…
Webpack optimize with UglifyJS plugin causes runtime error
I have an isomorphic React application that is bundled via webpack.
I have 2 entry points corresponding to 2 bundled file outputs: vendors.js and app.js.
When running the webpack-dev-server or when compiling without any optimization flags, everything works fine. However, …
ERROR in bundle.js from UglifyJs
I've completed a project and now it's time to build it. I'm using a boilerplate project and still don't fully understand all the npm/webpack stuff going on under the hood. When running "npm start", I'm receiving the error:
ERROR …