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 2727 "dependencies" : {
2828 "babel-core" : " 5.8.30" ,
2929 "babel-loader" : " 5.3.2" ,
30- "babel-plugin-react-display-name" : " 2.0.0" ,
3130 "babel-plugin-react-transform" : " 1.1.1" ,
3231 "chalk" : " 1.1.1" ,
3332 "codemirror" : " 5.8.0" ,
Original file line number Diff line number Diff line change @@ -16,10 +16,8 @@ module.exports = function(env) {
1616 }
1717
1818 var reactTransformPath = path . join ( __dirname , '../../babel-plugin-react-transform' ) ; // npm 3
19- var reactDisplayNamePath = path . join ( __dirname , '../../babel-plugin-react-display-name' ) ; // npm 3
2019 if ( ! fs . existsSync ( reactTransformPath ) ) {
2120 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
2321 }
2422
2523 var includes = [
@@ -147,7 +145,6 @@ module.exports = function(env) {
147145 query : {
148146 stage : 0 ,
149147 plugins : [
150- reactDisplayNamePath ,
151148 reactTransformPath
152149 ] ,
153150 extra : {
You can’t perform that action at this time.
0 commit comments