project.config.json 556 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "postcss": false,
  9. "minified": true,
  10. "es6": true
  11. },
  12. "compileType": "miniprogram",
  13. "libVersion": "",
  14. "appid": "wxa6d3f8efdc58ff7e",
  15. "projectname": "football",
  16. "simulatorType": "wechat",
  17. "simulatorPluginLibVersion": {},
  18. "condition": {
  19. "search": {
  20. "list": []
  21. },
  22. "conversation": {
  23. "list": []
  24. },
  25. "game": {
  26. "list": []
  27. },
  28. "miniprogram": {
  29. "list": []
  30. }
  31. }
  32. }