1
0
Fork 0

Add babelify to build

ES6 => ES5
babel
Mike Gerwitz 2015-12-24 00:40:54 -05:00
parent d42ca3f9cf
commit a731325461
2 changed files with 5 additions and 3 deletions

View File

@ -33,6 +33,7 @@ standalone: lasertank.js
lasertank.js: modindex
./node_modules/.bin/browserify \
-t strictify \
-t babelify \
-s lasertank \
--debug \
src/index.js \

View File

@ -18,9 +18,10 @@
"easejs": ">=0.2.7"
},
"devDependencies": {
"babelify": ">=7.2",
"browserify": "~12",
"chai": ">=1.9.1",
"mocha": ">=1.18.2",
"browserify": "~12",
"strictify": "~0.2"
},