chore(mermaid): rebuild ELK to export something

This commit is contained in:
Elian Doran 2024-11-25 21:30:20 +02:00
parent 4d5f04de13
commit 482cb46afa
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
export * from '@mermaid-js/layout-elk';

View File

@ -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",