Browse Source

Tell browserify to apply babelify transform

Fixes #874
See https://github.com/babel/babelify#why-arent-files-in-node_modules-being-transformed
flowchartTest
Eric Gillingham 9 years ago
parent
commit
3e1856950b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package.json

+ 3
- 0
package.json View File

@ -52,5 +52,8 @@
"uglify-js": "^2.4.20",
"webpack": "^1.8.5",
"yargs": "^3.7.2"
},
"browserify": {
"transform": ["babelify"]
}
}

Loading…
Cancel
Save