We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d454c17 commit e0729e4Copy full SHA for e0729e4
packages/react-scripts/config/env.js
@@ -94,8 +94,6 @@ function getClientEnvironment(publicUrl) {
94
WDS_SOCKET_PATH: process.env.WDS_SOCKET_PATH,
95
WDS_SOCKET_PORT: process.env.WDS_SOCKET_PORT,
96
// 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.
99
// It is defined here so it is available in the webpackHotDevClient.
100
FAST_REFRESH: process.env.FAST_REFRESH !== 'false',
101
}
0 commit comments