summaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-14 18:40:20 +0300
committerYuval Adam <_@yuv.al>2017-10-14 18:40:20 +0300
commit2022b9bb0c0338e4f4ef98e373e297242d8bc402 (patch)
treeed2e6710f4c6bff2e55bf28d413ba8b80ab41c60 /.babelrc
parentc42d0b3bc4bd52b3199390181a0e94c9e547c831 (diff)
Restore map, absolute position root, add babelrc
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc
new file mode 100644
index 0000000..3ed94df
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,5 @@
+{
+ "presets": [
+ ["env", { "modules": false }]
+ ]
+}