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

@@ -240,7 +240,7 @@ sequenceDiagram
</pre>
<script type="module">
import mermaid from '../../packages/mermaid/src/mermaid';
import mermaid from './mermaid.esm.mjs';
mermaid.parseError = function (err, hash) {
// console.error('Mermaid error: ', err);
};