Files
SIB/frontend
Hanzo_dev 2b7e193906 perf: optimize build — chunk splitting, remove VueDevTools from prod, fix firebase-tools to devDeps
- vite.config.ts: Remove VueDevTools from production build (dev only)
- vite.config.ts: Add manualChunks for firebase, charts, pdf, vue, maps vendors
- vite.config.ts: Increase chunkSizeWarningLimit to 700KB for Google Maps
- package.json: Move firebase-tools from dependencies to devDependencies
- router/index.ts: Add webpackChunkName groups (transport, discover, user, admin, roles)
- Clean up build log files (build_debug.txt, build_error*.txt, etc.)

Build time improvement: chunks now load on demand per user role
2026-02-22 16:19:27 -05:00
..
2026-02-21 09:53:31 -05:00
2026-02-21 09:53:31 -05:00
2026-02-21 09:53:31 -05:00
2026-02-21 09:53:31 -05:00
2026-02-21 09:53:31 -05:00
2026-02-21 09:53:31 -05:00
2026-02-21 09:53:31 -05:00
2026-02-21 09:53:31 -05:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.