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

wip(uts): compiler

上级 c285badf
......@@ -167,7 +167,8 @@ export function uniAppUTSPlugin(): UniVitePlugin {
}
if (res.changed) {
if (!res.changed.length) {
throw new Error('编译失败')
// 可能改动文件,没有触发新的变化
// throw new Error('编译失败')
}
files.push(...res.changed)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册