提交 4e419e95 编写于 作者: fxy060608's avatar fxy060608

fix(h5): watch ignored

上级 69dd7520
......@@ -31,7 +31,11 @@ export function createConfig(options: {
host: true,
fs: { strict: false },
watch: {
ignored: ['**/uniCloud**'],
ignored: [
'**/uniCloud-aliyun/**',
'**/uniCloud-tcb/**',
'**/uni_modules/uniCloud/**',
],
},
...getDevServerOptions(parseManifestJsonOnce(inputDir)),
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册