project.private.config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "condition": {
  3. "miniprogram": {
  4. "list": [
  5. {
  6. "name": "pages/checkin/index",
  7. "pathName": "pages/checkin/index",
  8. "query": "",
  9. "scene": null,
  10. "launchMode": "default"
  11. }
  12. ]
  13. }
  14. },
  15. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  16. "setting": {
  17. "urlCheck": false,
  18. "compileHotReLoad": true,
  19. "coverView": true,
  20. "lazyloadPlaceholderEnable": false,
  21. "skylineRenderEnable": false,
  22. "preloadBackgroundData": false,
  23. "autoAudits": false,
  24. "useApiHook": true,
  25. "useApiHostProcess": true,
  26. "showShadowRootInWxmlPanel": true,
  27. "useStaticServer": true,
  28. "useLanDebug": false,
  29. "showES6CompileOption": false,
  30. "checkInvalidKey": true,
  31. "ignoreDevUnusedFiles": true,
  32. "bigPackageSizeSupport": false,
  33. "useIsolateContext": true
  34. },
  35. "projectname": "qingmeng",
  36. "libVersion": "2.33.0"
  37. }