first commit
This commit is contained in:
15
vite.config.ts
Normal file
15
vite.config.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import { svelte } from '@sveltejs/vite-plugin-svelte'
|
||||
import { less } from 'svelte-preprocess-less';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
plugins: [svelte({
|
||||
|
||||
preprocess: {
|
||||
style: less(),
|
||||
},
|
||||
|
||||
})],
|
||||
})
|
||||
Reference in New Issue
Block a user