aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-30 07:46:12 +0200
committerache <ache@ache.one>2018-04-30 07:46:12 +0200
commitc0028e1349f71077e47f85d52f6f37d3ef822cde (patch)
tree4ea058b0a0bd10ef278d3527a9d9efe438059415 /.babelrc
parentCompatibility work (diff)
Use babel to transcompil
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc
new file mode 100644
index 0000000..002b4aa
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,3 @@
+{
+ "presets": ["env"]
+}