Update build process to make browserify work.

This commit is contained in:
Jonathan Bernard
2016-07-25 14:32:50 -05:00
parent 161a6bd06c
commit 39b87ac1a5
3 changed files with 8 additions and 2 deletions

4
spike-wars/.babelrc Normal file
View File

@ -0,0 +1,4 @@
{
"presets": ["es2015", "stage-0"],
"plugins": ["transform-flow-strip-types"]
}