Skip to content

Commit

Permalink
changed webpack config back to master link
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Pandey committed Jul 30, 2021
1 parent 9029c4d commit f103c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/flight/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit f103c6d

Please sign in to comment.