project.config.json 1.1 KB

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