aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
diff options
context:
space:
mode:
authorMathias Biilmann Christensen <info@mathias-biilmann.net>2016-07-03 15:07:47 -0700
committerMathias Biilmann Christensen <info@mathias-biilmann.net>2016-07-03 15:07:47 -0700
commit8f6c70c51bf7e9e2045ae13c4052156877e77648 (patch)
treed17454781e9cf316e76721c08397ed5fe772d125 /.babelrc
Basic setup - gulp + webpack + hugo
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..c13c5f6
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,3 @@
+{
+ "presets": ["es2015"]
+}