🚑 Fixed frontend by downgrading sveltekit
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { isoImport } from 'vite-plugin-iso-import';
|
||||
|
||||
/** @type {import('vite').UserConfig} */
|
||||
const config = {
|
||||
plugins: [sveltekit(), isoImport()],
|
||||
optimizeDeps: {
|
||||
include: ['swiper']
|
||||
},
|
||||
build: {
|
||||
sourcemap: true
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user