xiangqinxiaochengxu/miniprogram/project.private.config.json

21 lines
543 B
JSON
Raw Normal View History

2026-04-17 10:49:14 +08:00
{
2026-06-18 23:06:40 +08:00
"libVersion": "3.16.1",
2026-04-17 10:49:14 +08:00
"projectname": "miniprogram",
"setting": {
"urlCheck": false,
"coverView": true,
"lazyloadPlaceholderEnable": false,
"skylineRenderEnable": false,
"preloadBackgroundData": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
2026-06-18 23:06:40 +08:00
"compileHotReLoad": true,
"useApiHook": true,
"useStaticServer": false,
"useLanDebug": false,
"showES6CompileOption": false,
"checkInvalidKey": true,
"ignoreDevUnusedFiles": true,
"bigPackageSizeSupport": false
2026-04-17 10:49:14 +08:00
}
2026-06-18 23:06:40 +08:00
}