mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(deps): use mermaid ELK at root level
This commit is contained in:
parent
1dec64c712
commit
33ec142ea3
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
1280
libraries/mermaid-elk/package-lock.json
generated
1280
libraries/mermaid-elk/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,5 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@mermaid-js/layout-elk": "^0.1.5"
|
||||
}
|
||||
"dependencies": {}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ const webpack = require("webpack");
|
||||
|
||||
module.exports = {
|
||||
mode: "production",
|
||||
entry: "./node_modules/@mermaid-js/layout-elk/dist/mermaid-layout-elk.esm.min.mjs",
|
||||
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