aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-11-08 02:26:08 +0100
committerache <ache@ache.one>2018-11-08 02:26:08 +0100
commit4cf74a029153c21d998304713ad42f493dd61696 (patch)
tree845ba09d03342fe65b097f69f28ab986d2a14944 /.babelrc
parent0.7.1 (diff)
0.8.0
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.babelrc b/.babelrc
index 1aa4b7b..cf18521 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,6 +1,6 @@
{
- "presets": ["env"],
+ "presets": ["@babel/env"],
"plugins": [
- ["transform-object-rest-spread", { "useBuiltIns": true }]
+ ["@babel/plugin-proposal-object-rest-spread"]
]
}