project.private.config.json 709 B

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