From 804589fbd3f94bad1682fe88718feedf5a99eee9 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Thu, 26 Sep 2024 14:46:39 +0300 Subject: [PATCH] Update the readme of react-scripts --- packages/react-scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/README.md b/packages/react-scripts/README.md index 1a693298dbd..77ebe2099c5 100644 --- a/packages/react-scripts/README.md +++ b/packages/react-scripts/README.md @@ -25,7 +25,7 @@ which version of `react-scripts` this fork is built from. - There's naive implementation of PostCSS apply plugin that works on top of PostCSS v8 - However, you should consider @apply syntax to be deprecated. We won't support it indefinitely. - Use [Loadable components](https://github.com/gregberge/loadable-components) - - Use these versions in your client app: "@loadable/component": "^5.15.2", "@loadable/server": "^5.15.2", + - Use these versions in your client app: "@loadable/component": "^5.16.4", "@loadable/server": "^5.16.5", - A separate `build-server` script that makes a build to use in SSR (server side rendering) - Show customized instructions how to run the production build bundle