Diagrams working

This commit is contained in:
Sidharth Vinod
2021-05-10 17:49:52 +05:30
parent f1558d41b8
commit 1b94a2c6cf
12 changed files with 275 additions and 37 deletions
+10 -2
View File
@@ -7,12 +7,20 @@ const config = {
preprocess: [
preprocess({
postcss: true
}),
})
],
kit: {
// hydrate the <div id="svelte"> element in src/app.html
target: '#svelte'
target: '#svelte',
vite: {
// ssr: {
// noExternal: []
// },
optimizeDeps: {
include: ['mermaid']
}
}
}
};