project.config.json 581 B

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