Skip to content

Commit

Permalink
Merge pull request #9280 from weyert/bugfixes/fix-simplify-issue
Browse files Browse the repository at this point in the history
Core: Fix babel.js to disable simplify
  • Loading branch information
shilman committed Jan 2, 2020
2 parents f7571d8 + ed54a8e commit 42eea14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/src/server/common/babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function createProdPresets() {
{
builtIns: false,
mangle: false,
simplify: false
},
],
];
Expand Down

0 comments on commit 42eea14

Please sign in to comment.