aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-11-05 19:53:10 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-11-05 19:53:10 +0800
commite9cccbf2b93d6267f76b163d2e8f2748b988f8cc (patch)
treee4a15fd4840149b0579a12ff31e2bc8c806fd3cc /.babelrc
parent416ff89658dc2adf128193c4da7c462d8a0697b2 (diff)
chore(build): upgrade build dependencies
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": []
}