mirror of
https://github.com/withastro/astro.git
synced 2025-09-28 00:24:24 +08:00
Refactor Svelte preprocess integration handling (#5901)
* Let user setup vitePreprocess * Abstract function * Add changeset * Update svelte syntax * Make fallback * Fix docs * Update changeset * Fix types
This commit is contained in:
5
examples/framework-svelte/svelte.config.js
Normal file
5
examples/framework-svelte/svelte.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
import { vitePreprocess } from '@astrojs/svelte';
|
||||
|
||||
export default {
|
||||
preprocess: vitePreprocess(),
|
||||
};
|
Reference in New Issue
Block a user