Skip to content

Commit

Permalink
Merge pull request #483 from kadirahq/stop-mangling
Browse files Browse the repository at this point in the history
Stop uglifyjs from mangling names.
  • Loading branch information
Muhammed Thanish committed Sep 23, 2016
2 parents e871364 + 8604bfb commit 60417ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/server/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ export default function () {
screw_ie8: true,
warnings: false,
},
mangle: {
screw_ie8: true,
},
mangle: false,
output: {
comments: false,
screw_ie8: true,
Expand Down

0 comments on commit 60417ea

Please sign in to comment.