diff options
| author | Yuval Adam <_@yuv.al> | 2017-10-14 18:40:20 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-10-14 18:40:20 +0300 |
| commit | 2022b9bb0c0338e4f4ef98e373e297242d8bc402 (patch) | |
| tree | ed2e6710f4c6bff2e55bf28d413ba8b80ab41c60 /.babelrc | |
| parent | c42d0b3bc4bd52b3199390181a0e94c9e547c831 (diff) | |
Restore map, absolute position root, add babelrc
Diffstat (limited to '.babelrc')
| -rw-r--r-- | .babelrc | 5 |
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 }] + ] +} |
