Skip to content

Commit

Permalink
Fix: Remove unused "useBuiltIns" option from @babel/preset-env (#347)
Browse files Browse the repository at this point in the history
Fixes the error "Cannot find module 'core-js/modules/es6.set'" by removing the `useBuiltIns` option in babel.

Fixes #349
  • Loading branch information
Andarist authored and tleunen committed Jan 21, 2019
1 parent 5fce901 commit a387aee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"targets": {
"node": 4
},
"loose": true,
"useBuiltIns": "usage"
"loose": true
}]
]
}

0 comments on commit a387aee

Please sign in to comment.