Skip to content

Commit f103c6d

Browse files
author
Shubham Pandey
committed
changed webpack config back to master link
1 parent 9029c4d commit f103c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/flight/config/webpack.config.js

Lines changed: 1 addition & 1 deletion
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/main/packages/react-refresh
611+
// https://github.com/facebook/react/tree/master/packages/react-refresh
612612
isEnvDevelopment &&
613613
shouldUseReactRefresh &&
614614
new ReactRefreshWebpackPlugin({

0 commit comments

Comments
 (0)