Webpack: don't mangle output in TerserPlugin
This commit is contained in:
@ -24,6 +24,7 @@ module.exports = merge(sharedConfig, {
|
||||
|
||||
terserOptions: {
|
||||
warnings: false,
|
||||
mangle: false,
|
||||
|
||||
output: {
|
||||
comments: false,
|
||||
|
||||
Reference in New Issue
Block a user