aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-10-18 08:58:04 +0200
committerache <ache@ache.one>2018-10-18 08:58:04 +0200
commite8bc626cc05a860cfd2275d350fc7c7a28936c01 (patch)
tree69a19f0cc5c4a2156414877ae523e32a2c412ed5 /.babelrc
parentSupports aria attributes (diff)
Improve repo architecture to 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..1aa4b7b
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,6 @@
+{
+ "presets": ["env"],
+ "plugins": [
+ ["transform-object-rest-spread", { "useBuiltIns": true }]
+ ]
+}