project.config.json 814 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": false,
  10. "postcss": false,
  11. "minified": false,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. },
  19. "condition": true
  20. },
  21. "compileType": "miniprogram",
  22. "libVersion": "2.31.0",
  23. "appid": "wxeb199bd19f53ea42",
  24. "projectname": "云咖交易",
  25. "condition": {
  26. "miniprogram": {
  27. "list": [
  28. {
  29. "name": "LiveDetail",
  30. "pathName": "pages/member/live/LiveDetail",
  31. "query": "live_apply_id=1&test=1"
  32. }
  33. ]
  34. }
  35. },
  36. "editorSetting": {
  37. "tabIndent": "insertSpaces",
  38. "tabSize": 2
  39. }
  40. }