project.private.config.json 878 B

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