mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-12-02 16:59:01 +08:00
perf: 添加optimizeDeps优化项
This commit is contained in:
parent
9a7170f10c
commit
a5a20a30c9
@ -69,6 +69,9 @@ export default defineConfig(({ mode }) => {
|
||||
},
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: ['vue3-intro-step'],
|
||||
},
|
||||
build: {
|
||||
chunkSizeWarningLimit: 1024, // chunk 大小警告的限制(单位kb)
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user