project.private.config.json 896 B

12345678910111213141516171819202122232425
  1. {
  2. "setting": {
  3. "compileHotReLoad": true,
  4. "urlCheck": false,
  5. "coverView": true,
  6. "lazyloadPlaceholderEnable": false,
  7. "skylineRenderEnable": false,
  8. "preloadBackgroundData": false,
  9. "autoAudits": false,
  10. "useApiHook": true,
  11. "useApiHostProcess": true,
  12. "showShadowRootInWxmlPanel": true,
  13. "useStaticServer": false,
  14. "useLanDebug": false,
  15. "showES6CompileOption": false,
  16. "checkInvalidKey": true,
  17. "ignoreDevUnusedFiles": true,
  18. "bigPackageSizeSupport": false,
  19. "useIsolateContext": true
  20. },
  21. "condition": {},
  22. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  23. "projectname": "moshiji-wechat-mini-program",
  24. "libVersion": "3.10.0"
  25. }