File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 43
43
" external-helpers" ,
44
44
[" transform-react-remove-prop-types" , { "removeImport" : true }]
45
45
]
46
- },
47
- "production" : {
48
- "plugins" : [
49
- [" transform-react-remove-prop-types" , { "removeImport" : true }]
50
- ]
51
46
}
52
47
}
53
48
}
Original file line number Diff line number Diff line change 30
30
"build:commonjs" : " cross-env BABEL_ENV=commonjs babel src --out-dir lib" ,
31
31
"build:es" : " cross-env BABEL_ENV=es babel src --out-dir es" ,
32
32
"build:umd" : " cross-env BABEL_ENV=rollup NODE_ENV=development rollup -c -o dist/react-redux.js" ,
33
- "build:umd:min" : " cross-env BABEL_ENV=rollup-production NODE_ENV=production rollup -c -o dist/react-redux.min.js" ,
33
+ "build:umd:min" : " cross-env BABEL_ENV=rollup NODE_ENV=production rollup -c -o dist/react-redux.min.js" ,
34
34
"build" : " npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min" ,
35
35
"clean" : " rimraf lib dist es coverage" ,
36
36
"lint" : " eslint src test/utils test/components" ,
46
46
"hoist-non-react-statics" : " ^2.5.5" ,
47
47
"invariant" : " ^2.2.4" ,
48
48
"loose-envify" : " ^1.1.0" ,
49
+ "prop-types" : " ^15.6.2" ,
49
50
"react-is" : " ^16.4.2" ,
50
51
"shallow-equals" : " ^1.0.0"
51
52
},
90
91
"jest" : " ^23.4.1" ,
91
92
"jest-dom" : " ^1.12.0" ,
92
93
"npm-run" : " ^5.0.1" ,
93
- "prop-types" : " ^15.6.2" ,
94
94
"react" : " ^16.4.2" ,
95
95
"react-dom" : " ^16.4.2" ,
96
96
"react-testing-library" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments