aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-12-14 12:32:13 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-12-14 12:32:13 +0100
commita77272bfbebed7239c0c49049e211f4a6e597617 (patch)
treec0b6f9f7af6fa0eb6e602ff3020b9a4bb34b6249 /.babelrc
parent778dfdc728a101fca9ece3a14e590d3b8e1d43e1 (diff)
Add tests for search.js
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..27b5c0d
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,3 @@
+{
+ "presets": ["es2015", "react", "stage-2"]
+}