project.config.json 654 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": false,
  10. "minified": false,
  11. "newFeature": true,
  12. "bigPackageSizeSupport": true,
  13. "minifyWXML": true
  14. },
  15. "compileType": "miniprogram",
  16. "libVersion": "",
  17. "appid": "touristappid",
  18. "projectname": "project2",
  19. "condition": {
  20. "search": {
  21. "current": -1,
  22. "list": []
  23. },
  24. "conversation": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "game": {
  29. "current": -1,
  30. "list": []
  31. },
  32. "miniprogram": {
  33. "current": -1,
  34. "list": []
  35. }
  36. }
  37. }