diff --git a/.babelrc b/.babelrc index 83640a47..8a2339ec 100644 --- a/.babelrc +++ b/.babelrc @@ -3,7 +3,7 @@ [ "@babel/plugin-transform-runtime", { - "corejs": 3, + "helpers": false, }, ], "add-module-exports", diff --git a/package.json b/package.json index 1474e667..3d7fa855 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,5 @@ "jsesc": "^3.0.1", "unicode-property-value-aliases": "^3.5.0", "zuul": "^3.12.0" - }, - "dependencies": { - "@babel/runtime-corejs3": "^7.12.1" } }