Skip to content

Commit

Permalink
fix: correct key is corejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn committed Nov 21, 2020
1 parent f5eaa3c commit bec0e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = (api, options, dirname) => {
"@babel/preset-env",
{
useBuiltIns: "entry",
version: 3,
corejs: 3,
bugfixes: true,
modules: test ? "commonjs" : false
}
Expand Down

0 comments on commit bec0e42

Please sign in to comment.