project.private.config.json 844 B

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