project.config.json 884 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "checkSiteMap": false,
  13. "ignoreDevUnusedFiles": false,
  14. "ignoreUploadUnusedFiles": false,
  15. "babelSetting": {
  16. "ignore": [],
  17. "disablePlugins": [],
  18. "outputPath": ""
  19. }
  20. },
  21. "compileType": "miniprogram",
  22. "libVersion": "",
  23. "appid": "wx1b43cad351b5f0d1",
  24. "projectname": "sugarpark-mini-program",
  25. "condition": {
  26. "search": {
  27. "current": -1,
  28. "list": []
  29. },
  30. "conversation": {
  31. "current": -1,
  32. "list": []
  33. },
  34. "game": {
  35. "current": -1,
  36. "list": []
  37. },
  38. "miniprogram": {
  39. "current": -1,
  40. "list": []
  41. }
  42. },
  43. "editorSetting": {
  44. "tabIndent": "insertSpaces",
  45. "tabSize": 2
  46. }
  47. }