project.private.config.json 1.1 KB

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