Upgrade to babel6 and enable some presets.

This commit is contained in:
Aviral Dasgupta
2016-10-17 16:28:13 +01:00
committed by David Baker
parent 740ab7e479
commit d6f27add66
4 changed files with 75 additions and 32 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"presets": ["react", "es2015", "es2016", "es2017", "stage-0"],
"plugins": ["transform-runtime"]
}