chore: remove dead code and tune frontend chunks

Remove unused production symbols, starter assets, and stale browser tooling; reduce frontend chunk fragmentation.
This commit is contained in:
2026-07-23 01:26:41 +00:00
parent 43ca5a6e36
commit 0ce8f58adb
16 changed files with 17 additions and 427 deletions

View File

@@ -18,13 +18,13 @@ export default defineConfig({
name: 'echarts',
test: /node_modules[\\/](echarts|zrender)[\\/]/,
priority: 20,
maxSize: 300_000,
maxSize: 600_000,
},
{
name: 'antd',
test: /node_modules[\\/](@ant-design|antd|rc-[^\\/]+)[\\/]/,
priority: 10,
maxSize: 300_000,
maxSize: 600_000,
},
],
},