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

fix(app): renderer = 'native'

上级 0e8472f5
...@@ -66,14 +66,16 @@ ${polyfillCode}`, ...@@ -66,14 +66,16 @@ ${polyfillCode}`,
assets.push(name) assets.push(name)
} }
}) })
// 仅 nvueOutputDir 时 copy
assets.forEach((name) => { if (!appService) {
fs.copySync( assets.forEach((name) => {
path.resolve(nvueOutputDir, name), fs.copySync(
path.resolve(outputDir, name), path.resolve(nvueOutputDir, name),
{ overwrite: false } path.resolve(outputDir, name),
) { overwrite: false }
}) )
})
}
if (!entryPoints.length) { if (!entryPoints.length) {
return return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册