project.config.json 921 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "checkSiteMap": false,
  15. "condition": false,
  16. "ignoreUploadUnusedFiles": true,
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. }
  22. },
  23. "compileType": "miniprogram",
  24. "libVersion": "",
  25. "appid": "wx6993fcfcf64e85a8",
  26. "projectname": "房票科技",
  27. "condition": {
  28. "search": {
  29. "current": -1,
  30. "list": []
  31. },
  32. "conversation": {
  33. "current": -1,
  34. "list": []
  35. },
  36. "game": {
  37. "current": -1,
  38. "list": []
  39. },
  40. "miniprogram": {
  41. "current": -1,
  42. "list": []
  43. }
  44. },
  45. "editorSetting": {
  46. "tabIndent": "insertSpaces",
  47. "tabSize": 2
  48. }
  49. }