猎豆优选小程序

project.config.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "description": "项目配置文件,详见文档:%s",
  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. "useIsolateContext": false,
  34. "userConfirmedBundleSwitch": false,
  35. "packNpmManually": false,
  36. "packNpmRelationList": [],
  37. "minifyWXSS": true,
  38. "disableUseStrict": false,
  39. "minifyWXML": true,
  40. "showES6CompileOption": false,
  41. "useCompilerPlugins": false,
  42. "ignoreUploadUnusedFiles": true
  43. },
  44. "compileType": "miniprogram",
  45. "libVersion": "2.27.3",
  46. "appid": "wx3f44dabcd35229fa",
  47. "projectname": "liedou_uniapp",
  48. "debugOptions": {
  49. "hidedInDevtools": []
  50. },
  51. "scripts": {},
  52. "staticServerOptions": {
  53. "baseURL": "",
  54. "servePath": ""
  55. },
  56. "isGameTourist": false,
  57. "condition": {
  58. "search": {
  59. "list": []
  60. },
  61. "conversation": {
  62. "list": []
  63. },
  64. "game": {
  65. "list": []
  66. },
  67. "plugin": {
  68. "list": []
  69. },
  70. "gamePlugin": {
  71. "list": []
  72. },
  73. "miniprogram": {
  74. "list": []
  75. }
  76. },
  77. "miniprogramRoot":"./unpackage/dist/build/mp-weixin"
  78. }