Try noExternal

pull/8545/head
Puru Vijay 3 years ago
parent eae3e907d8
commit 3426969e09

@ -26,7 +26,7 @@ const config = {
include: ['@codemirror/view', '@codemirror/state'], include: ['@codemirror/view', '@codemirror/state'],
exclude: ['@sveltejs/site-kit', '@sveltejs/repl'] exclude: ['@sveltejs/site-kit', '@sveltejs/repl']
}, },
ssr: { noExternal: ['@sveltejs/site-kit'] }, ssr: { noExternal: ['@sveltejs/site-kit', '@sveltejs/repl'] },
server: { server: {
fs: { fs: {
strict: false strict: false

Loading…
Cancel
Save