File tree Expand file tree Collapse file tree 5 files changed +565
-565
lines changed Expand file tree Collapse file tree 5 files changed +565
-565
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ node_modules/
22.history /
33* .log
44build /
5- .idea /
5+ .idea /
6+ dist /
Original file line number Diff line number Diff line change 1- # redux-model-web-demo
1+ # demo-react-hooks
22
33It's a simple project for package [ redux-model] ( https://github.com/fwh1990/redux-model )
44
Original file line number Diff line number Diff line change 77 "start" : " yarn && webpack-genius start"
88 },
99 "dependencies" : {
10- "@redux-model/web" : " ^6.7.0 " ,
11- "core-js" : " ^3.4.1 " ,
10+ "@redux-model/web" : " ^6.7.1 " ,
11+ "core-js" : " ^3.4.2 " ,
1212 "react" : " ^16.12.0" ,
1313 "react-dom" : " ^16.12.0" ,
1414 "react-redux" : " ^7.1.3" ,
1515 "redux" : " ^4.0.4"
1616 },
1717 "devDependencies" : {
18- "@types/node" : " ^12.12.11 " ,
19- "@types/react" : " ^16.9.11 " ,
18+ "@types/node" : " ^12.12.14 " ,
19+ "@types/react" : " ^16.9.13 " ,
2020 "@types/react-dom" : " ^16.9.4" ,
2121 "@types/react-redux" : " ^7.1.5" ,
2222 "@types/redux-logger" : " ^3.0.7" ,
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ import webpackGenius from 'webpack-genius';
33export default webpackGenius ( 8080 , ( genius ) => {
44 genius
55 . entry ( './src/entries/index.tsx' )
6- . devtool ( 'source-map' )
7- . pluginHtml ( ( plugin ) => {
8- plugin . setTemplate ( './src/entries/index.html' ) ;
9- } )
6+ . pluginHtml ( ( html ) => {
7+ html . setTemplate ( './src/entries/index.html' ) ;
8+ } ) ;
109} ) ;
You can’t perform that action at this time.
0 commit comments