Revert "build(ui): adopt sonda over rollup-plugin-visualizer to examine bundle"

This reverts commit e0cf2a8046.
This commit is contained in:
psychedelicious
2025-06-25 22:40:58 +10:00
parent 14f7c98e8a
commit 504daa0ae5
10 changed files with 70 additions and 111 deletions

View File

@@ -1,8 +1,8 @@
{
"compilerOptions": {
"composite": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.mts"]