mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-07 08:09:39 +02:00
Merge branch 'next' into sidv/runCodeCov
* next: remove duplicate `@types/d3-scale` dev dependency chore: Move liveReload code into script. Fix minify undefined chore: Fix minify Fix import chore: Fix outfile names chore: Add analyzer comment chore: Split chunks into folders chore: Split chunks into folders chore: Add defaultOptions to server chore: Split chunks into folders chore: IIFE to cSpell chore: Minor comments chore: Replace Date.now with console.time chore: Build at start chore: Add build times to live reload chore: Add live-reload chore: Remove @vitest/coverage-c8 chore: Add esbuild (Breaking change) mermaid.min.js and mermaid.js will now be IIFE instead of UMD.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
@@ -37,7 +37,7 @@
|
||||
</pre>
|
||||
|
||||
<script type="module">
|
||||
import mermaid from './mermaid.esm.mjs';
|
||||
import mermaid from '/mermaid.esm.mjs';
|
||||
mermaid.initialize({
|
||||
theme: 'forest',
|
||||
logLevel: 3,
|
||||
|
Reference in New Issue
Block a user