Correct docs to mention React Refresh
Signed-off-by: Duncan Sommer <113373963+duncanso@users.noreply.github.com>
This commit is contained in:
@@ -295,7 +295,8 @@ Webpack configuration itself varies very little between the frontend development
|
||||
and production bundling, so we'll dive more into the configuration in the
|
||||
production section below. The main differences are that `process.env.NODE_ENV`
|
||||
is set to `'development'`, minification is disabled, cheap source maps are used,
|
||||
and [React Hot Loader](https://github.com/gaearon/react-hot-loader) is enabled.
|
||||
and [React Refresh](https://github.com/pmmmwh/react-refresh-webpack-plugin#readme)
|
||||
is enabled.
|
||||
|
||||
If you prefer to run type checking and linting as part of the Webpack process,
|
||||
you can enable usage of the
|
||||
|
||||
Reference in New Issue
Block a user