Added react-dispaly-name to the default react package

This commit is contained in:
wesbos 2015-11-05 15:39:36 -05:00
parent fc0baf1e2c
commit c167e6dcc3
2 changed files with 4 additions and 2 deletions

View File

@ -4,5 +4,6 @@ module.exports = {
require("babel-plugin-transform-flow-strip-types"),
require("babel-plugin-syntax-flow"),
require("babel-plugin-syntax-jsx"),
require("babel-plugin-transform-react-display-name"),
]
};

View File

@ -10,7 +10,8 @@
"dependencies": {
"babel-plugin-syntax-flow": "^6.0.14",
"babel-plugin-syntax-jsx": "^6.0.14",
"babel-plugin-transform-react-jsx": "^6.0.14",
"babel-plugin-transform-flow-strip-types": "^6.0.14"
"babel-plugin-transform-flow-strip-types": "^6.0.14",
"babel-plugin-transform-react-display-name": "^6.0.14",
"babel-plugin-transform-react-jsx": "^6.0.14"
}
}