project.config.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "bundle": false,
  8. "userConfirmedBundleSwitch": false,
  9. "urlCheck": true,
  10. "scopeDataCheck": false,
  11. "coverView": true,
  12. "es6": true,
  13. "postcss": true,
  14. "compileHotReLoad": false,
  15. "lazyloadPlaceholderEnable": false,
  16. "preloadBackgroundData": false,
  17. "minified": true,
  18. "autoAudits": false,
  19. "newFeature": false,
  20. "uglifyFileName": false,
  21. "uploadWithSourceMap": true,
  22. "useIsolateContext": true,
  23. "nodeModules": false,
  24. "enhance": true,
  25. "useMultiFrameRuntime": true,
  26. "useApiHook": true,
  27. "useApiHostProcess": true,
  28. "showShadowRootInWxmlPanel": true,
  29. "packNpmManually": false,
  30. "enableEngineNative": false,
  31. "packNpmRelationList": [],
  32. "minifyWXSS": true,
  33. "showES6CompileOption": false,
  34. "minifyWXML": true
  35. },
  36. "compileType": "miniprogram",
  37. "libVersion": "2.25.2",
  38. "appid": "wxa4d1d50192df70ca",
  39. "projectname": "haoyue",
  40. "debugOptions": {
  41. "hidedInDevtools": []
  42. },
  43. "scripts": {},
  44. "staticServerOptions": {
  45. "baseURL": "",
  46. "servePath": ""
  47. },
  48. "isGameTourist": false,
  49. "condition": {
  50. "search": {
  51. "list": []
  52. },
  53. "conversation": {
  54. "list": []
  55. },
  56. "game": {
  57. "list": []
  58. },
  59. "plugin": {
  60. "list": []
  61. },
  62. "gamePlugin": {
  63. "list": []
  64. },
  65. "miniprogram": {
  66. "list": []
  67. }
  68. }
  69. }