Configure svelte.config.mjs in frontend-core
This commit is contained in:
parent
90102cca63
commit
1964aabea8
|
@ -0,0 +1,7 @@
|
|||
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"
|
||||
|
||||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
}
|
||||
|
||||
export default config
|
Loading…
Reference in New Issue