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

chore(mp): remove scopedSlotsCompiler

上级 21198977
......@@ -33,7 +33,7 @@ export function mergeMiniProgramAppJson(
Object.keys(platformJson).forEach((name) => {
if (
!isMiniProgramProjectJsonKey(name) &&
!['usingComponents', 'optimization'].includes(name)
!['usingComponents', 'optimization', 'scopedSlotsCompiler'].includes(name)
) {
appJson[name] = platformJson[name]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册