We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df10c5 commit 0da5ad0Copy full SHA for 0da5ad0
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/master/packages/react-refresh
+ // https://github.com/facebook/react/tree/main/packages/react-refresh
612
isEnvDevelopment &&
613
shouldUseReactRefresh &&
614
new ReactRefreshWebpackPlugin({
0 commit comments