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

fix(app): renderer = 'native'

上级 0e8472f5
...@@ -66,7 +66,8 @@ ${polyfillCode}`, ...@@ -66,7 +66,8 @@ ${polyfillCode}`,
assets.push(name) assets.push(name)
} }
}) })
// 仅 nvueOutputDir 时 copy
if (!appService) {
assets.forEach((name) => { assets.forEach((name) => {
fs.copySync( fs.copySync(
path.resolve(nvueOutputDir, name), path.resolve(nvueOutputDir, name),
...@@ -74,6 +75,7 @@ ${polyfillCode}`, ...@@ -74,6 +75,7 @@ ${polyfillCode}`,
{ overwrite: false } { 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.
先完成此消息的编辑!
想要评论请 注册