feat: replace vite with esbuild

This commit is contained in:
Sidharth Vinod
2023-02-19 17:28:35 +05:30
parent f48e48d5fd
commit a0d9069eb0
16 changed files with 182 additions and 316 deletions

View File

@@ -37,7 +37,7 @@
</pre>
<script type="module">
import mermaid from '../packages/mermaid';
import mermaid from '/mermaid.esm.mjs';
mermaid.initialize({
theme: 'forest',
// themeCSS: '.node rect { fill: red; }',