aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.babelrc b/.babelrc
index 54e2cb5..1063349 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,5 +1,5 @@
{
- "presets": ["env", "stage-3"],
- "plugins": ["transform-runtime"],
+ "presets": ["@babel/preset-env"],
+ "plugins": ["@babel/plugin-transform-runtime"],
"ignore": []
}