kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Webpack: don't mangle output in TerserPlugin
rodzic
cc5084c481
commit
d86eb6d848
|
@ -24,6 +24,7 @@ module.exports = merge(sharedConfig, {
|
||||||
|
|
||||||
terserOptions: {
|
terserOptions: {
|
||||||
warnings: false,
|
warnings: false,
|
||||||
|
mangle: false,
|
||||||
|
|
||||||
output: {
|
output: {
|
||||||
comments: false,
|
comments: false,
|
||||||
|
|
Ładowanie…
Reference in New Issue