Skip to content

Commit

Permalink
Fix outdated comment
Browse files Browse the repository at this point in the history
As of facebook#9350, Fast Refresh is enabled by default, and it's considered stable enough, so the comments should be updated to match.
  • Loading branch information
joshkel committed Nov 2, 2020
1 parent aec42e2 commit 7daf525
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-scripts/config/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ function getClientEnvironment(publicUrl) {
WDS_SOCKET_PATH: process.env.WDS_SOCKET_PATH,
WDS_SOCKET_PORT: process.env.WDS_SOCKET_PORT,
// Whether or not react-refresh is enabled.
// react-refresh is not 100% stable at this time,
// which is why it's disabled by default.
// It is defined here so it is available in the webpackHotDevClient.
FAST_REFRESH: process.env.FAST_REFRESH !== 'false',
}
Expand Down

0 comments on commit 7daf525

Please sign in to comment.