project.config.json 705 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "autoAudits": false
  13. },
  14. "compileType": "miniprogram",
  15. "libVersion": "2.0.4",
  16. "appid": "wx1208098541d8b2d8",
  17. "projectname": "miniprogram-test-1",
  18. "debugOptions": {
  19. "hidedInDevtools": []
  20. },
  21. "isGameTourist": false,
  22. "simulatorType": "wechat",
  23. "simulatorPluginLibVersion": {},
  24. "condition": {
  25. "search": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "conversation": {
  30. "current": -1,
  31. "list": []
  32. },
  33. "game": {
  34. "currentL": -1,
  35. "list": []
  36. },
  37. "miniprogram": {
  38. "current": -1,
  39. "list": []
  40. }
  41. }
  42. }