Skip to content

Commit

Permalink
Disable builtIn compression as this throws for some code e.g. babel/m…
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Dec 20, 2018
1 parent 897b62b commit 7ad597a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parts/compression.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const mediumCompression = {
keepClassName: true,

// Disable Agressive Plugins
builtIns: false,
booleans: false,
evaluate: false,
infinity: false,
Expand Down

0 comments on commit 7ad597a

Please sign in to comment.