mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
2bd4857260
commit
aea96f2f9a
@ -153,7 +153,6 @@ const config = [
|
||||
unused: false,
|
||||
warnings: false,
|
||||
},
|
||||
mangle: false,
|
||||
}),
|
||||
new ExtractTextPlugin('styles/bundle.css', { allChunks: true }),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user