blob: 3182f83b7358a6b87e084dfef8ac6dd7830425c3 (
plain) (
blame)
1
2
3
4
5
6
7
|
---
'astro': patch
---
Fixes incorrect config update when calling `updateConfig` from `astro:build:setup` hook.
The function previously called a custom update config function made for merging an Astro config. Now it calls the appropriate `mergeConfig()` utility exported by Vite that updates functional options correctly.
|