refactor(vite.config.js): 移除lodash以优化依赖预构建
移除vite.config.js中optimizeDeps的include列表中的lodash,以减少不必要的依赖预构建,提升构建性能
Showing
1 changed file
with
2 additions
and
2 deletions
-
Please register or login to post a comment
移除vite.config.js中optimizeDeps的include列表中的lodash,以减少不必要的依赖预构建,提升构建性能