We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9029c4d commit f103c6dCopy full SHA for f103c6d
fixtures/flight/config/webpack.config.js
@@ -608,7 +608,7 @@ module.exports = function(webpackEnv) {
608
// This is necessary to emit hot updates (CSS and Fast Refresh):
609
isEnvDevelopment && new webpack.HotModuleReplacementPlugin(),
610
// Experimental hot reloading for React .
611
- // https://github.com/facebook/react/tree/main/packages/react-refresh
+ // https://github.com/facebook/react/tree/master/packages/react-refresh
612
isEnvDevelopment &&
613
shouldUseReactRefresh &&
614
new ReactRefreshWebpackPlugin({
0 commit comments