X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=blobdiff_plain;f=.babelrc;fp=.babelrc;h=8fe34b48a8db5308d0ad03895468e5a8c3bc1a64;hp=0000000000000000000000000000000000000000;hb=ca007e933bcd9f63aa77801656ed9dd4142c432c;hpb=42b788b852f0604748828e9e325e4a0f01152c75 diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..8fe34b4 --- /dev/null +++ b/.babelrc @@ -0,0 +1,4 @@ +{ + "presets": ["es2015", "react", "stage-0"], + "plugins": ["react-hot-loader/babel"] +}