Merge pull request #20331 from backstage/blam/vite

[cli] Added `EXPERIMENTAL_VITE` flag to start `devServer` with `vite` instead of `webpack`
This commit is contained in:
Ben Lambert
2023-10-20 19:31:03 +02:00
committed by GitHub
9 changed files with 641 additions and 264 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Added `EXPERIMENTAL_VITE` flag for using [vite](https://vitejs.dev) as dev server instead of Webpack