Skip to content

Commit

Permalink
Remove core-js imports in ESM build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony D'Addeo committed Mar 28, 2020
1 parent 4683279 commit c700e13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/userbase-js/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
[
"@babel/plugin-transform-runtime",
{
"corejs": 3,
"useESModules": true,
"version": "^7.7.6"
"useESModules": true
}
]
]
Expand Down

0 comments on commit c700e13

Please sign in to comment.