project.config.json 668 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. },
  13. "compileType": "miniprogram",
  14. "libVersion": "2.4.0",
  15. "appid": "wx7b6ec4ec4b18da6a",
  16. "projectname": "yhb",
  17. "debugOptions": {
  18. "hidedInDevtools": []
  19. },
  20. "isGameTourist": false,
  21. "simulatorType": "wechat",
  22. "simulatorPluginLibVersion": {},
  23. "condition": {
  24. "search": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "conversation": {
  29. "current": -1,
  30. "list": []
  31. },
  32. "game": {
  33. "currentL": -1,
  34. "list": []
  35. },
  36. "miniprogram": {
  37. "current": -1,
  38. "list": []
  39. }
  40. }
  41. }