Move babel config out of package.json

This commit is contained in:
bartvde
2017-06-23 15:47:15 +02:00
parent 6ce43840e5
commit b32d926b56
2 changed files with 4 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"presets": ["es2015", "react"],
"plugins": ["transform-object-rest-spread"]
}