Added react-dispaly-name to the default react package
This commit is contained in:
parent
fc0baf1e2c
commit
c167e6dcc3
@ -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"),
|
||||
]
|
||||
};
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user