project.config.json 745 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "uglifyFileName": false
  14. },
  15. "compileType": "miniprogram",
  16. "libVersion": "2.9.1",
  17. "appid": "wxe9cdca7c3365e448",
  18. "projectname": "ssj_book",
  19. "debugOptions": {
  20. "hidedInDevtools": []
  21. },
  22. "scripts": {},
  23. "simulatorType": "wechat",
  24. "simulatorPluginLibVersion": {},
  25. "condition": {
  26. "search": {
  27. "current": -1,
  28. "list": []
  29. },
  30. "conversation": {
  31. "current": -1,
  32. "list": []
  33. },
  34. "plugin": {
  35. "current": -1,
  36. "list": []
  37. },
  38. "game": {
  39. "list": []
  40. },
  41. "miniprogram": {
  42. "current": -1,
  43. "list": []
  44. }
  45. }
  46. }