Webpack: don't mangle output in TerserPlugin

This commit is contained in:
Alex Gleason 2021-07-11 22:21:06 -05:00
parent cc5084c481
commit d86eb6d848
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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