提交 de16eca0 编写于 作者: L liuxiaohang

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

上级 093a8c9c
......@@ -166,7 +166,7 @@ function parsePagesJson(
appJson.tabBar = tabBar
}
}
;['preloadRule', 'workers', 'plugins'].forEach((name) => {
;['preloadRule', 'workers', 'plugins', 'entryPagePath'].forEach((name) => {
if (hasOwn(pagesJson, name)) {
appJson[name] = pagesJson[name]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册