提交 214dd528 编写于 作者: L liuxiaohang

feat(mp): pages.json support entryPagePath question/126216

上级 50d00f43
......@@ -32,7 +32,8 @@ const pagesJson2AppJson = {
tabBar: function (name, value, json) {
json.tabBar = parseTabBar(value)
},
preloadRule: defaultCopy
preloadRule: defaultCopy,
entryPagePath: defaultCopy
}
function copyToJson (json, fromJson, options) {
......@@ -111,4 +112,4 @@ module.exports = function (pagesJson, manifestJson) {
name: 'mini.project',
content: project
}]
}
}
......@@ -95,7 +95,8 @@ const pagesJson2AppJson = {
},
preloadRule: defaultCopy,
workers: defaultCopy,
plugins: defaultCopy
plugins: defaultCopy,
entryPagePath: defaultCopy
}
const manifestJson2AppJson = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册