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

View File

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