Skip to content

Commit 7daf525

Browse files
authored
Fix outdated comment
As of facebook#9350, Fast Refresh is enabled by default, and it's considered stable enough, so the comments should be updated to match.
1 parent aec42e2 commit 7daf525

File tree

1 file changed

+0
-2
lines changed
  • packages/react-scripts/config

1 file changed

+0
-2
lines changed

packages/react-scripts/config/env.js

-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ function getClientEnvironment(publicUrl) {
9494
WDS_SOCKET_PATH: process.env.WDS_SOCKET_PATH,
9595
WDS_SOCKET_PORT: process.env.WDS_SOCKET_PORT,
9696
// Whether or not react-refresh is enabled.
97-
// react-refresh is not 100% stable at this time,
98-
// which is why it's disabled by default.
9997
// It is defined here so it is available in the webpackHotDevClient.
10098
FAST_REFRESH: process.env.FAST_REFRESH !== 'false',
10199
}

0 commit comments

Comments
 (0)