From a41208e0e216265643bcdd75aa0eab6e57304ba1 Mon Sep 17 00:00:00 2001 From: Eugene Chybisov <18644653+chybisov@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:31:20 +0200 Subject: [PATCH] chore: update README.md --- examples/create-react-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/create-react-app/README.md b/examples/create-react-app/README.md index 0c4fe2441..de567f199 100644 --- a/examples/create-react-app/README.md +++ b/examples/create-react-app/README.md @@ -8,7 +8,7 @@ > We are using a mix of `react-app-rewired`, `customize-cra` and `@babel/plugin-syntax-import-assertions` > dev dependencies to get the Widget to work in Create React App. Take a look at the scripts in the > package.json, the contents of the config-overrides.js file and the addition of the .babelrc file to understand the -> changes that are needed +> changes that are needed. > > If you are currently maintaining a CRA project it might be worth considering migrating to a better supported build tool like [Vite](https://vitejs.dev/).