Skip to content

Commit

Permalink
Did i walk into babel/minify#904?
Browse files Browse the repository at this point in the history
  • Loading branch information
Onno van der Zee committed May 24, 2019
1 parent a1d39aa commit 87f2d75
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ module.exports = function (api) {
api.cache(true);

const presets = [
"@babel/preset-env",
"minify"
['@babel/preset-env', {
"useBuiltIns": "entry"
}],
['minify', {
'builtIns': false
}]
]
const overrides = [{
comments: false,
Expand Down

0 comments on commit 87f2d75

Please sign in to comment.