Skip to content

Commit 02e2a73

Browse files
committed
优化 chunking
添加分析工具
1 parent 0b3c827 commit 02e2a73

4 files changed

Lines changed: 284 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ yarn-debug.log*
66
yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
9+
chunk-analysis.html
910

1011
node_modules
1112
dist

package-lock.json

Lines changed: 240 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"@vitejs/plugin-vue": "^5.2.1",
3434
"dotenv": "^16.5.0",
3535
"patch-package": "^8.0.0",
36+
"rollup-plugin-visualizer": "^5.14.0",
3637
"typescript": "~5.6.2",
3738
"vite": "^6.1.0",
3839
"vue-tsc": "^2.1.10"

0 commit comments

Comments
 (0)