From 36543ae3b2ab389a615f7f7930c0ffcc3435ea33 Mon Sep 17 00:00:00 2001 From: Duncan Sommer <113373963+duncanso@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:39:14 +0100 Subject: [PATCH] Correct docs to mention React Refresh Signed-off-by: Duncan Sommer <113373963+duncanso@users.noreply.github.com> --- docs/local-dev/cli-build-system.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/local-dev/cli-build-system.md b/docs/local-dev/cli-build-system.md index 7bb4918d47..c5013bf103 100644 --- a/docs/local-dev/cli-build-system.md +++ b/docs/local-dev/cli-build-system.md @@ -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