This commit is contained in:
2021-12-22 23:47:03 +01:00
parent d03663258c
commit b3c72786cb
4 changed files with 4 additions and 19 deletions

View File

@@ -1,6 +1,5 @@
import preprocess from 'svelte-preprocess'
import adapter from '@sveltejs/adapter-static'
import analyze from 'rollup-plugin-analyzer'
/** @type {import('@sveltejs/kit').Config} */
const config = {
@@ -8,14 +7,6 @@ const config = {
kit: {
adapter: adapter(),
target: '#svelte',
vite: {
build: {
rollupOptions: {
plugins: [analyze()],
},
},
},
},
}