mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(mermaid): rebuild ELK to export something
This commit is contained in:
parent
4d5f04de13
commit
482cb46afa
2
libraries/mermaid-elk/elk.min.js
vendored
2
libraries/mermaid-elk/elk.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
export * from '@mermaid-js/layout-elk';
|
@ -3,7 +3,7 @@ const webpack = require("webpack");
|
||||
|
||||
module.exports = {
|
||||
mode: "production",
|
||||
entry: "./main.js",
|
||||
entry: "./node_modules/@mermaid-js/layout-elk/dist/mermaid-layout-elk.esm.min.mjs",
|
||||
output: {
|
||||
library: "MERMAID_ELK",
|
||||
filename: "elk.min.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user