Remove vite config optimxe incllude

pull/8545/head
Puru Vijay 3 years ago
parent 8bc69cca54
commit bf8d2510d4

@ -23,7 +23,6 @@ const config = {
logLevel: 'info',
plugins: [raw(['.ttf']), imagetools(), sveltekit()],
optimizeDeps: {
include: ['@codemirror/view', '@codemirror/state'],
exclude: ['@sveltejs/site-kit', '@sveltejs/repl']
},
ssr: { noExternal: ['@sveltejs/site-kit', '@sveltejs/repl'] },

Loading…
Cancel
Save