Skip to content

Commit 60417ea

Browse files
author
Muhammed Thanish
authored
Merge pull request #483 from kadirahq/stop-mangling
Stop uglifyjs from mangling names.
2 parents e871364 + 8604bfb commit 60417ea

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/server/config/webpack.config.prod.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ export default function () {
3535
screw_ie8: true,
3636
warnings: false,
3737
},
38-
mangle: {
39-
screw_ie8: true,
40-
},
38+
mangle: false,
4139
output: {
4240
comments: false,
4341
screw_ie8: true,

0 commit comments

Comments
 (0)