Update docs/releases/v1.20.0.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-11-14 16:26:56 +01:00
committed by GitHub
parent 907755c6ab
commit 3a333afde5
+1 -1
View File
@@ -16,7 +16,7 @@ The `--experimental-type-build` option is no longer supported by any commands in
### Experimental support for Vite ⚡
Due to some concerns about performance in larger monorepo setups and hot-reloading times, were looking to replace [Webpack](https://webpack.js.org/) with [Vite](https://vitejs.dev/) longer term, and in this release were shipping experimental support for Vite behind a `EXPERIMENTAL_VITE` environment variable flag when running `yarn start` in the frontend.
Due to some concerns about performance in larger monorepo setups and hot-reloading times, were looking to replace [Webpack](https://webpack.js.org/) with [Vite](https://vitejs.dev/) longer term, and in this release were shipping experimental support for Vite behind an `EXPERIMENTAL_VITE` environment variable flag when running `yarn start` in the frontend.
Please reach out by [creating a GitHub issue](https://github.com/backstage/backstage/issues/new/choose) with any problems that you might be running into when using this experimental feature.