chore: Update router links and remove unused pages
All checks were successful
CI / cache-and-install (push) Successful in 4m0s
All checks were successful
CI / cache-and-install (push) Successful in 4m0s
This commit is contained in:
@ -69,7 +69,7 @@ export default defineConfig(({ mode, command }) => {
|
||||
// chunkFileNames: 'assets/chunk/[name]_[hash].js',
|
||||
// entryFileNames: 'assets/entry/[name]_[hash].js',
|
||||
// assetFileNames: 'assets/[ext]/[name]_[hash].[ext]',
|
||||
manualChunks: (id, { getModuleIds, getModuleInfo }) => {
|
||||
manualChunks: (id/* , { getModuleIds, getModuleInfo } */) => {
|
||||
if (id.includes('node_modules') && env.VITE_SPLIT_CHUNKS === 'true') {
|
||||
let pkgName = id;
|
||||
pkgName = pkgName.split('.pnpm/')?.[1] || pkgName;
|
||||
|
Reference in New Issue
Block a user