Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental react-refresh support #8582

Merged
merged 11 commits into from
Apr 6, 2020
Prev Previous commit
Update refresh webpack plugin
  • Loading branch information
ianschmitz committed Apr 6, 2020
commit 572d14c19cc9626656450de6ec545d90e460142e
1 change: 0 additions & 1 deletion packages/react-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ module.exports = function(webpackEnv) {
isEnvDevelopment &&
shouldUseReactRefresh &&
new ReactRefreshWebpackPlugin({
disableRefreshCheck: true,
overlay: {
entry: webpackDevClientEntry,
// TODO: This is just a stub module. Clean this up if possible.
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"types": "./lib/react-app.d.ts",
"dependencies": {
"@babel/core": "7.9.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.3.0-beta.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.3.0-beta.1",
"@svgr/webpack": "4.3.3",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
Expand Down