aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-12-31 16:02:36 +0100
committerache <ache@ache.one>2018-12-31 16:02:36 +0100
commit48ccaa3eca86b2a284a0a291e5741ff553a54038 (patch)
tree8d85172e66dac3e1d2c66f73534d7f58e9eb20ae /.babelrc
parentMerge branch 'master' of srv:git/remark-special-box (diff)
Use babel
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc
new file mode 100644
index 0000000..cf18521
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,6 @@
+{
+ "presets": ["@babel/env"],
+ "plugins": [
+ ["@babel/plugin-proposal-object-rest-spread"]
+ ]
+}