aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/.babelrc b/.babelrc
index cfa759dd9..a5317cdc5 100644
--- a/.babelrc
+++ b/.babelrc
@@ -12,12 +12,12 @@
}
}
],
- "react",
- "stage-0"
+ "react"
],
"plugins": [
"transform-runtime",
"transform-async-to-generator",
- "transform-class-properties"
+ "transform-class-properties",
+ "transform-object-rest-spread"
]
-} \ No newline at end of file
+}