Include babelify step in browserify calls

This allows using ES6 syntax in our code, while maintaining backwards
compatibility for the generated file.
This commit is contained in:
Martin von Gagern
2017-01-07 01:29:41 +01:00
committed by Kevin Barabash
parent 549104c5a8
commit 9b565a6375
7 changed files with 39 additions and 5 deletions

View File

@@ -15,6 +15,9 @@
],
"license": "MIT",
"devDependencies": {
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"clean-css": "^3.4.23",
"eslint": "^3.13.0",