Skip to content

Commit

Permalink
fix: remove core-js deps from published build
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
  • Loading branch information
aldeed committed Aug 20, 2019
1 parent 77d7ae0 commit e94f1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = function (api) {
// esmodules
},
// https://babeljs.io/docs/en/babel-preset-env#usebuiltins-usage-experimental
useBuiltIns: "usage"
useBuiltIns: "entry"
}
],
"@babel/preset-react"
Expand Down

0 comments on commit e94f1dd

Please sign in to comment.