project.private.config.json 879 B

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