⬆️ Updated Svelte and config files to use Vite

This commit is contained in:
Mawoka
2022-07-08 21:13:36 +02:00
parent bbd30613e2
commit 0ad5777d7b
4 changed files with 430 additions and 847 deletions
+1 -10
View File
@@ -22,16 +22,7 @@ const config = {
adapter: adapter({
out: 'build',
precompress: true
}),
vite: {
optimizeDeps: {
include: ['swiper']
},
build: {
sourcemap: true
},
plugins: [isoImport()]
}
})
}
};