project.config.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "coverView": true,
  10. "es6": true,
  11. "postcss": true,
  12. "lazyloadPlaceholderEnable": false,
  13. "preloadBackgroundData": false,
  14. "minified": true,
  15. "autoAudits": false,
  16. "uglifyFileName": false,
  17. "uploadWithSourceMap": true,
  18. "enhance": true,
  19. "useMultiFrameRuntime": true,
  20. "showShadowRootInWxmlPanel": true,
  21. "packNpmManually": false,
  22. "packNpmRelationList": [],
  23. "minifyWXSS": true,
  24. "useStaticServer": true,
  25. "showES6CompileOption": false,
  26. "checkInvalidKey": true,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "disableUseStrict": false,
  33. "useCompilerPlugins": false,
  34. "minifyWXML": true
  35. },
  36. "compileType": "miniprogram",
  37. "libVersion": "2.24.5",
  38. "appid": "wx971694d9384c1dfd",
  39. "projectname": "parent2",
  40. "condition": {},
  41. "editorSetting": {
  42. "tabIndent": "insertSpaces",
  43. "tabSize": 2
  44. }
  45. }