Migrate to a D3-based graph renderer

This commit is contained in:
2024-02-03 20:47:22 +01:00
parent b68f84bc98
commit be1cd8b39f
14 changed files with 1035 additions and 51 deletions

View File

@@ -6,10 +6,10 @@ export default defineConfig({
target: 'esnext',
modulePreload: false,
rollupOptions: {
external: ['mermaid'],
external: ['d3'],
output: {
paths: {
mermaid: 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs',
d3: 'https://cdn.jsdelivr.net/npm/d3@7/+esm',
},
},
},