🚨 Fixed linter error
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
import adapter from '@sveltejs/adapter-node';
|
import adapter from '@sveltejs/adapter-node';
|
||||||
import preprocess from 'svelte-preprocess';
|
import preprocess from 'svelte-preprocess';
|
||||||
import { isoImport } from 'vite-plugin-iso-import';
|
|
||||||
|
|
||||||
/** @type {import('@sveltejs/kit').Config} */
|
/** @type {import('@sveltejs/kit').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
@@ -22,7 +21,17 @@ const config = {
|
|||||||
adapter: adapter({
|
adapter: adapter({
|
||||||
out: 'build',
|
out: 'build',
|
||||||
precompress: true
|
precompress: true
|
||||||
})
|
}),
|
||||||
|
// +++ SOON OBSOLETE +++
|
||||||
|
vite: {
|
||||||
|
optimizeDeps: {
|
||||||
|
include: ['swiper']
|
||||||
|
},
|
||||||
|
build: {
|
||||||
|
sourcemap: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// --- SOON OBSOLETE ---
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user