mp下 打包 watch置为false

This commit is contained in:
Wang Kejun 2023-06-19 15:10:38 +08:00
parent aa021cae14
commit 220499cb7a
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ module.exports = function (webpackEnv) {
}),
,
].filter(Boolean),
watch: true,
watch: isEnvDevelopment,
watchOptions: {
aggregateTimeout: 600,
ignored: '**/node_modules',