project.config.json 649 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "autoAudits": false
  13. },
  14. "compileType": "miniprogram",
  15. "libVersion": "2.6.2",
  16. "appid": "wx18494553a568fbd1",
  17. "projectname": "%E5%AE%B6%E5%B1%85%E6%83%A0302",
  18. "simulatorType": "wechat",
  19. "simulatorPluginLibVersion": {},
  20. "condition": {
  21. "search": {
  22. "current": -1,
  23. "list": []
  24. },
  25. "conversation": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "game": {
  30. "currentL": -1,
  31. "list": []
  32. },
  33. "miniprogram": {
  34. "current": -1,
  35. "list": []
  36. }
  37. }
  38. }