Webpack: enable hot module replacement (HMR)

This commit is contained in:
Alex Gleason
2022-12-30 18:32:33 -06:00
parent 6034864199
commit 2ddd3ef2ac
4 changed files with 60 additions and 3 deletions

View File

@ -211,6 +211,7 @@
},
"devDependencies": {
"@jedmao/redux-mock-store": "^3.0.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.0.3",
@ -236,6 +237,7 @@
"lint-staged": ">=10",
"raf": "^3.4.1",
"react-intl-translations-manager": "^5.0.3",
"react-refresh": "^0.14.0",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.18.0",