业务交流通
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

project.config.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  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": false,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "enableEngineNative": false,
  34. "useIsolateContext": true,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": true,
  37. "packNpmRelationList": [
  38. {
  39. "packageJsonPath": "./package.json",
  40. "miniprogramNpmDistDir": ""
  41. }
  42. ],
  43. "minifyWXSS": true,
  44. "showES6CompileOption": false
  45. },
  46. "compileType": "miniprogram",
  47. "libVersion": "2.18.1",
  48. "appid": "wx20427d4c31790e40",
  49. "projectname": "channel_business",
  50. "debugOptions": {
  51. "hidedInDevtools": []
  52. },
  53. "scripts": {},
  54. "staticServerOptions": {
  55. "baseURL": "",
  56. "servePath": ""
  57. },
  58. "isGameTourist": false,
  59. "condition": {
  60. "search": {
  61. "list": []
  62. },
  63. "conversation": {
  64. "list": []
  65. },
  66. "game": {
  67. "list": []
  68. },
  69. "plugin": {
  70. "list": []
  71. },
  72. "gamePlugin": {
  73. "list": []
  74. },
  75. "miniprogram": {
  76. "list": []
  77. }
  78. }
  79. }