Webpack: don't mangle output in TerserPlugin

merge-requests/608/head
Alex Gleason 3 years ago
parent cc5084c481
commit d86eb6d848
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -24,6 +24,7 @@ module.exports = merge(sharedConfig, {
terserOptions: { terserOptions: {
warnings: false, warnings: false,
mangle: false,
output: { output: {
comments: false, comments: false,

Loading…
Cancel
Save