Initial coomit for AAI-UI(sparky-fe)
[aai/sparky-fe.git] / .babelrc
diff --git a/.babelrc b/.babelrc
new file mode 100644 (file)
index 0000000..8fe34b4
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,4 @@
+{
+  "presets": ["es2015", "react", "stage-0"],
+  "plugins": ["react-hot-loader/babel"]
+}