Skip to content

Commit

Permalink
REVERT mangle setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Aug 17, 2017
1 parent a9b55dc commit 39140d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/react/src/server/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function() {
screw_ie8: true,
warnings: false,
},
mangle: true,
mangle: false,
output: {
comments: false,
screw_ie8: true,
Expand Down
2 changes: 1 addition & 1 deletion app/vue/src/server/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function() {
screw_ie8: true,
warnings: false,
},
mangle: true,
mangle: false,
output: {
comments: false,
screw_ie8: true,
Expand Down

0 comments on commit 39140d8

Please sign in to comment.