Browse Source

Merge pull request #890 from Gillingham/patch-1

Tell browserify to apply babelify transform
flowchartTest
Jos de Jong 9 years ago
parent
commit
d27ce7f76f
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