酷炫直播运营系统小程序版本

project.config.json 1.6KB

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