Skip to content

Commit 0da5ad0

Browse files
Renames master to main in fixtures/flight webpack config file (#21998)
1 parent 4df10c5 commit 0da5ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/flight/config/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ module.exports = function(webpackEnv) {
608608
// This is necessary to emit hot updates (CSS and Fast Refresh):
609609
isEnvDevelopment && new webpack.HotModuleReplacementPlugin(),
610610
// Experimental hot reloading for React .
611-
// https://github.com/facebook/react/tree/master/packages/react-refresh
611+
// https://github.com/facebook/react/tree/main/packages/react-refresh
612612
isEnvDevelopment &&
613613
shouldUseReactRefresh &&
614614
new ReactRefreshWebpackPlugin({

0 commit comments

Comments
 (0)