Webpack: don't mangle output in TerserPlugin
This commit is contained in:
parent
cc5084c481
commit
d86eb6d848
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ module.exports = merge(sharedConfig, {
|
||||||
|
|
||||||
terserOptions: {
|
terserOptions: {
|
||||||
warnings: false,
|
warnings: false,
|
||||||
|
mangle: false,
|
||||||
|
|
||||||
output: {
|
output: {
|
||||||
comments: false,
|
comments: false,
|
||||||
|
|
Loading…
Reference in a new issue