We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1829e commit 6fc0608Copy full SHA for 6fc0608
packages/react-scripts/config/env.js
@@ -97,7 +97,7 @@ function getClientEnvironment(publicUrl) {
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',
+ FAST_REFRESH: process.env.FAST_REFRESH === 'true',
101
}
102
);
103
// Stringify all values so we can feed into webpack DefinePlugin
0 commit comments