Skip to content

Commit

Permalink
fix(babel): change useBuiltIns to entry for core-js polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Jul 23, 2019
1 parent c1418cc commit 1554e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/babel-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = function (env, instrument) {
{
loose: false, // Loose mode breaks spread operator on `Set`s
targets: { browsers },
useBuiltIns: 'usage'
useBuiltIns: 'entry'
}
],
flow,
Expand Down

0 comments on commit 1554e94

Please sign in to comment.