project.config.json 956 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "postcss": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. }
  19. },
  20. "compileType": "miniprogram",
  21. "libVersion": "latest",
  22. "appid": "wx44a0d2f4a1220d3d",
  23. "projectname": "红沙湾管理端",
  24. "condition": {
  25. "search": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "conversation": {
  30. "current": -1,
  31. "list": []
  32. },
  33. "game": {
  34. "current": -1,
  35. "list": []
  36. },
  37. "miniprogram": {
  38. "current": 0,
  39. "list": [
  40. {
  41. "name": "",
  42. "path": "",
  43. "query": "",
  44. "id": 0
  45. }
  46. ]
  47. }
  48. },
  49. "editorSetting": {
  50. "tabIndent": "insertSpaces",
  51. "tabSize": 2
  52. }
  53. }