Enable UglifyJS mangling

We've disabled this previously because it was interfering with JS sourcemaps and breakpoints.
After some spot tests, this no longer seems to be the case with webpack generated sourcemaps.
This commit is contained in:
Ingo Schommer 2016-08-30 23:41:10 +12:00
parent 2bd4857260
commit aea96f2f9a

View File

@ -153,7 +153,6 @@ const config = [
unused: false,
warnings: false,
},
mangle: false,
}),
new ExtractTextPlugin('styles/bundle.css', { allChunks: true }),
],