File tree 4 files changed +1832
-1154
lines changed
4 files changed +1832
-1154
lines changed Original file line number Diff line number Diff line change 8
8
"build" : " webpack-genius build --env production"
9
9
},
10
10
"dependencies" : {
11
- "@redux-model/web" : " ^6.8.2" ,
11
+ "@redux-model/web" : " ^6.9.1" ,
12
+ "lodash" : " ^4.17.15" ,
12
13
"react" : " ^16.12.0" ,
13
14
"react-dom" : " ^16.12.0" ,
14
15
"react-redux" : " ^7.1.3" ,
15
16
"redux" : " ^4.0.5"
16
17
},
17
18
"devDependencies" : {
19
+ "@types/lodash" : " ^4.14.149" ,
18
20
"@types/node" : " ^13.1.6" ,
19
21
"@types/react" : " ^16.9.17" ,
20
22
"@types/react-dom" : " ^16.9.4" ,
21
23
"@types/react-redux" : " ^7.1.5" ,
22
24
"@types/redux-logger" : " ^3.0.7" ,
23
25
"redux-logger" : " ^3.0.6" ,
24
26
"typescript" : " ^3.7.4" ,
25
- "webpack-genius" : " ^4.12.0 "
27
+ "webpack-genius" : " ^4.13.2 "
26
28
}
27
29
}
Original file line number Diff line number Diff line change 1
1
.wrapper
2
2
flex-direction : row
3
3
display : flex
4
+
5
+ : global
6
+ #react-refresh-overlay
7
+ display : none !important
8
+
Original file line number Diff line number Diff line change 1
1
import webpackGenius from 'webpack-genius' ;
2
2
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