Migrate to a D3-based graph renderer
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user