e81bc3cf14
* Prevent the server plugin from running during the build * Adds a changeset * More all before blocks to inside of a describe()
7 lines
228 B
Markdown
7 lines
228 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fixes build slowness on large apps
|
|
|
|
This fixes slowness on large apps, particularly during the static build. Fix is to prevent the Vite dev server plugin from being run during build, as it is not needed.
|