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

chore(web): 自动化测试时,禁用hmr

上级 fa0d7a31
......@@ -30,13 +30,15 @@ export function createConfig(options: {
const server: ServerOptions = {
host: true,
hmr: {
// mac 内置浏览器版本较低不支持 globalThis,而 overlay 使用了 globalThis
overlay:
os.platform() !== 'win32'
? process.env.UNI_H5_BROWSER !== 'builtin'
: true,
},
hmr: process.env.UNI_AUTOMATOR_WS_ENDPOINT
? false
: {
// mac 内置浏览器版本较低不支持 globalThis,而 overlay 使用了 globalThis
overlay:
os.platform() !== 'win32'
? process.env.UNI_H5_BROWSER !== 'builtin'
: true,
},
fs: { strict: false },
watch: {
ignored: [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册