02a7266e3c
* fix: don't mix Vite plugins when spawning temporary Vite server * chore: include command to `createVite` options * chore: use `command` and exclude `preview` * chore: add test * fix(test): remove command check from apply fn * chore: add hint about filtering vite plugins and command * chore: apply suggestion Co-authored-by: Ben Holmes <hey@bholmes.dev> --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Ben Holmes <hey@bholmes.dev>
5 lines
155 B
Markdown
5 lines
155 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fix regression that caused some stateful Vite plugins to assume they were running in `dev` mode during the `build` and vice versa.
|