aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--babel.config.json1
-rw-r--r--package.json2
-rw-r--r--yarn.lock14
3 files changed, 16 insertions, 1 deletions
diff --git a/babel.config.json b/babel.config.json
index 1320b9a..456d336 100644
--- a/babel.config.json
+++ b/babel.config.json
@@ -1,3 +1,4 @@
{
+ "plugins": ["@babel/plugin-transform-runtime"],
"presets": ["@babel/preset-env"]
}
diff --git a/package.json b/package.json
index 04438d7..03e2d65 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
},
"devDependencies": {
"@babel/core": "^7.15.8",
+ "@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
@@ -64,6 +65,7 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
+ "@babel/runtime": "^7.15.4",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"modern-normalize": "^1.1.0"
diff --git a/yarn.lock b/yarn.lock
index b47b4a1..3917673 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -695,6 +695,18 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
+"@babel/plugin-transform-runtime@^7.15.8":
+ version "7.15.8"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.8.tgz#9d15b1e94e1c7f6344f65a8d573597d93c6cd886"
+ integrity sha512-+6zsde91jMzzvkzuEA3k63zCw+tm/GvuuabkpisgbDMTPQsIMHllE3XczJFFtEHLjjhKQFZmGQVRdELetlWpVw==
+ dependencies:
+ "@babel/helper-module-imports" "^7.15.4"
+ "@babel/helper-plugin-utils" "^7.14.5"
+ babel-plugin-polyfill-corejs2 "^0.2.2"
+ babel-plugin-polyfill-corejs3 "^0.2.5"
+ babel-plugin-polyfill-regenerator "^0.2.2"
+ semver "^6.3.0"
+
"@babel/plugin-transform-shorthand-properties@^7.14.5":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz#97f13855f1409338d8cadcbaca670ad79e091a58"
@@ -836,7 +848,7 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"
-"@babel/runtime@^7.8.4":
+"@babel/runtime@^7.15.4", "@babel/runtime@^7.8.4":
version "7.15.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==