From f103c6da015fc49c51b222c8d5d47cc3ab5c6579 Mon Sep 17 00:00:00 2001 From: Shubham Pandey Date: Fri, 30 Jul 2021 10:31:57 +0530 Subject: [PATCH] changed webpack config back to master link --- fixtures/flight/config/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/flight/config/webpack.config.js b/fixtures/flight/config/webpack.config.js index abcff50d4d183..2d4bbe74f6141 100644 --- a/fixtures/flight/config/webpack.config.js +++ b/fixtures/flight/config/webpack.config.js @@ -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/main/packages/react-refresh + // https://github.com/facebook/react/tree/master/packages/react-refresh isEnvDevelopment && shouldUseReactRefresh && new ReactRefreshWebpackPlugin({