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

chore(app): add tips

上级 2027fe7f
......@@ -72,6 +72,13 @@ export function initEnv(type: 'dev' | 'build', options: CliOptions) {
}
process.env.UNI_OUTPUT_DIR = (options as BuildOptions).outDir!
}
// tips
if (isInHBuilderX() && options.platform === 'app') {
return (
console.error(`Vue3 目前暂不支持编译至 App 端,近期将升级支持。`),
process.exit(1)
)
}
}
export function cleanOptions(options: CliOptions) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册