project.config.json 647 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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": "game",
  14. "libVersion": "2.2.2",
  15. "appid": "wx5428aa3881d821b7",
  16. "projectname": "%E6%97%85%E8%A1%8C%E6%B6%88%E6%B6%88%E6%B6%88",
  17. "isGameTourist": false,
  18. "condition": {
  19. "search": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "conversation": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "plugin": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "game": {
  32. "current": -1,
  33. "list": []
  34. },
  35. "miniprogram": {
  36. "current": -1,
  37. "list": []
  38. }
  39. }
  40. }