Renames master to main in fixtures/flight webpack config file (#21998)

This commit is contained in:
Junaid Farooq
2021-08-23 20:25:37 +05:30
committed by GitHub
parent 4df10c5871
commit 0da5ad09db

View File

@@ -608,7 +608,7 @@ module.exports = function(webpackEnv) {
// This is necessary to emit hot updates (CSS and Fast Refresh):
isEnvDevelopment && new webpack.HotModuleReplacementPlugin(),
// Experimental hot reloading for React .
// https://github.com/facebook/react/tree/master/packages/react-refresh
// https://github.com/facebook/react/tree/main/packages/react-refresh
isEnvDevelopment &&
shouldUseReactRefresh &&
new ReactRefreshWebpackPlugin({