Skip to content

Commit 506192e

Browse files
committed
Update deps
1 parent f8c3371 commit 506192e

File tree

4 files changed

+1832
-1154
lines changed

4 files changed

+1832
-1154
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,22 @@
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
}

src/components/App.styl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
.wrapper
22
flex-direction: row
33
display: flex
4+
5+
:global
6+
#react-refresh-overlay
7+
display: none !important
8+

webpack.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import webpackGenius from 'webpack-genius';
22

3-
export default webpackGenius(3000);
3+
export default webpackGenius(3000, (genius) => {
4+
genius.devtool('source-map');
5+
});

0 commit comments

Comments
 (0)