* 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.
The `node16` module resolution requires imports to use the `.js` file
extension in type definitions.
`@rollup/plugin-typescript` is needed to make this work with the Vite
setup used by Mermaid.
The module option for Mermaid internally is set to `nodenext`. This is
needed to support `.json` imports. Note that setting `module` to
`node16` or `nodenext` implies a matching `moduleResolution` value.
* sidv/viteVitest:
ts conversion
cleanup
remove esbuild
fix: tests
chore: Add recommended extensions
Fix user-journey leaking css
Add "Debug Current Test File" configuration for VSCode
Fix unit test coverage
Use vite for build
Fix docs
vite
vite Server
Cleanup
Merge vitest & esbuild
Merge vitest
fix jison generation
Vite
Vite