aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
diff options
context:
space:
mode:
authorJan T <jans.tuomi@gmail.com>2018-03-03 17:27:21 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-03-03 17:28:42 +0200
commitf050e5fdbfefe13f59bfca6bfdbc787ac06a53d2 (patch)
tree70f96d4ee3c31b8edacbd1d7ab413efaadd26f0c /.babelrc
Initial commit
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..6a9be79
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,5 @@
+{
+ "presets": [
+ "env"
+ ]
+} \ No newline at end of file