mp下 打包 watch置为false
This commit is contained in:
parent
aa021cae14
commit
220499cb7a
|
|
@ -409,7 +409,7 @@ module.exports = function (webpackEnv) {
|
|||
}),
|
||||
,
|
||||
].filter(Boolean),
|
||||
watch: true,
|
||||
watch: isEnvDevelopment,
|
||||
watchOptions: {
|
||||
aggregateTimeout: 600,
|
||||
ignored: '**/node_modules',
|
||||
|
|
|
|||
Loading…
Reference in New Issue