File tree Expand file tree Collapse file tree 4 files changed +1832
-1154
lines changed Expand file tree Collapse file tree 4 files changed +1832
-1154
lines changed Original file line number Diff line number Diff line change 88 "build" : " webpack-genius build --env production"
99 },
1010 "dependencies" : {
11- "@redux-model/web" : " ^6.8.2" ,
11+ "@redux-model/web" : " ^6.9.1" ,
12+ "lodash" : " ^4.17.15" ,
1213 "react" : " ^16.12.0" ,
1314 "react-dom" : " ^16.12.0" ,
1415 "react-redux" : " ^7.1.3" ,
1516 "redux" : " ^4.0.5"
1617 },
1718 "devDependencies" : {
19+ "@types/lodash" : " ^4.14.149" ,
1820 "@types/node" : " ^13.1.6" ,
1921 "@types/react" : " ^16.9.17" ,
2022 "@types/react-dom" : " ^16.9.4" ,
2123 "@types/react-redux" : " ^7.1.5" ,
2224 "@types/redux-logger" : " ^3.0.7" ,
2325 "redux-logger" : " ^3.0.6" ,
2426 "typescript" : " ^3.7.4" ,
25- "webpack-genius" : " ^4.12.0 "
27+ "webpack-genius" : " ^4.13.2 "
2628 }
2729}
Original file line number Diff line number Diff line change 11.wrapper
22 flex-direction : row
33 display : flex
4+
5+ : global
6+ #react-refresh-overlay
7+ display : none !important
8+
Original file line number Diff line number Diff line change 11import webpackGenius from 'webpack-genius' ;
22
3- export default webpackGenius ( 3000 ) ;
3+ export default webpackGenius ( 3000 , ( genius ) => {
4+ genius . devtool ( 'source-map' ) ;
5+ } ) ;
You can’t perform that action at this time.
0 commit comments