Use local add-module-exports

This commit is contained in:
Henry Zhu
2016-04-19 23:45:10 -04:00
parent ecd294b55e
commit d657649031
2 changed files with 51 additions and 6 deletions

View File

@@ -46,12 +46,10 @@
"babel": {
"presets": ["stage-0", "es2015-loose"],
"plugins": [
"transform-runtime",
"transform-class-properties",
"transform-flow-strip-types"
],
"ignore": [
"packages/babel-cli/src/babel-plugin/templates"
"./scripts/add-module-exports",
"transform-runtime",
"transform-class-properties",
"transform-flow-strip-types"
],
"env": {
"test": {