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