File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 27
27
"dependencies" : {
28
28
"babel-core" : " 5.8.30" ,
29
29
"babel-loader" : " 5.3.2" ,
30
- "babel-plugin-react-display-name" : " 2.0.0" ,
31
30
"babel-plugin-react-transform" : " 1.1.1" ,
32
31
"chalk" : " 1.1.1" ,
33
32
"codemirror" : " 5.8.0" ,
Original file line number Diff line number Diff line change @@ -16,10 +16,8 @@ module.exports = function(env) {
16
16
}
17
17
18
18
var reactTransformPath = path . join ( __dirname , '../../babel-plugin-react-transform' ) ; // npm 3
19
- var reactDisplayNamePath = path . join ( __dirname , '../../babel-plugin-react-display-name' ) ; // npm 3
20
19
if ( ! fs . existsSync ( reactTransformPath ) ) {
21
20
reactTransformPath = path . resolve ( __dirname , '../node_modules/babel-plugin-react-transform' ) ; // npm 2 or react-styleguidist develop
22
- reactDisplayNamePath = path . resolve ( __dirname , '../node_modules/babel-plugin-react-display-name' ) ; // npm 2 or react-styleguidist develop
23
21
}
24
22
25
23
var includes = [
@@ -147,7 +145,6 @@ module.exports = function(env) {
147
145
query : {
148
146
stage : 0 ,
149
147
plugins : [
150
- reactDisplayNamePath ,
151
148
reactTransformPath
152
149
] ,
153
150
extra : {
You can’t perform that action at this time.
0 commit comments