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

fix(mp-alipay): global usingComponents #592

上级 27ededb4
......@@ -2,6 +2,10 @@ const {
parsePages
} = require('@dcloudio/uni-cli-shared')
const {
updateAppJsonUsingComponents
} = require('@dcloudio/uni-cli-shared/lib/cache')
const {
hasOwn,
parseStyle,
......@@ -60,6 +64,10 @@ module.exports = function (pagesJson, manifestJson) {
copyToJson(app, pagesJson, pagesJson2AppJson)
if (app.usingComponents) {
updateAppJsonUsingComponents(app.usingComponents)
}
return [{
name: 'app',
content: app
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册