aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-03-03 02:13:07 +0100
committerache <ache@ache.one>2019-03-03 02:14:59 +0100
commit6f054ca562d847b49544d2cb6e24fc91abede082 (patch)
tree4a3db33251fc7c789cb77bb9b7544cdd60c851c1 /.babelrc
Init commit
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"]
+ ]
+}