Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit d99374c

Browse files
committed
remove mangling again
1 parent 5adb7cf commit d99374c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/webpack.production.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = dirname => {
2828
uglifyOptions: {
2929
comments: false,
3030
inline: false,
31+
mangle: false,
3132
},
3233
}),
3334
],

0 commit comments

Comments
 (0)