uni-app打包小程序老是超2M,vite.config.js里加了splitChunks配置才搞定, chunks真的香
build: {
rollupOptions: {
output: {
manualChunks: {
vendor: ,
utils:
}
}
}
}
登录/注册