perf: optimize build chunks and add bundle size visualization

This commit is contained in:
Megghy
2025-10-04 09:54:27 +08:00
parent 389515bc5b
commit 888424195b
6 changed files with 176 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ const routes: Array<RouteRecordRaw> = [
{
path: '/',
name: 'index',
component: IndexView,
component: async () => import('@/views/IndexView.vue'),
meta: {
title: '你好',
},