mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-10 17:10:06 -04:00
Install svelte-preprocess
This commit is contained in:
parent
57639d662b
commit
a30e70536f
4 changed files with 665 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
import adapter from '@sveltejs/adapter-static'
|
||||
import { vitePreprocess } from '@sveltejs/kit/vite'
|
||||
import sveltePreprocess from 'svelte-preprocess'
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
|
@ -16,7 +16,7 @@ const config = {
|
|||
precompress: false
|
||||
})
|
||||
},
|
||||
preprocess: vitePreprocess()
|
||||
preprocess: sveltePreprocess()
|
||||
}
|
||||
|
||||
export default config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue