project.config.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": false,
  10. "enhance": true,
  11. "postcss": true,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": false,
  15. "coverView": true,
  16. "nodeModules": false,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": false,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": true,
  23. "uploadWithSourceMap": true,
  24. "compileHotReLoad": false,
  25. "lazyloadPlaceholderEnable": false,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "babelSetting": {
  30. "ignore": [],
  31. "disablePlugins": [],
  32. "outputPath": ""
  33. },
  34. "useIsolateContext": true,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true,
  39. "disableUseStrict": false,
  40. "minifyWXML": true,
  41. "showES6CompileOption": false,
  42. "useCompilerPlugins": false,
  43. "ignoreUploadUnusedFiles": true,
  44. "useStaticServer": true
  45. },
  46. "compileType": "miniprogram",
  47. "libVersion": "2.20.1",
  48. "appid": "wx0f8d68f60e7c04c5",
  49. "projectname": "lachang-wxapp",
  50. "simulatorType": "wechat",
  51. "simulatorPluginLibVersion": {},
  52. "skeleton-config": {
  53. "global": {
  54. "loading": "",
  55. "text": {
  56. "color": "#EEEEEE"
  57. },
  58. "image": {
  59. "shape": "",
  60. "color": "#EFEFEF",
  61. "shapeOpposite": []
  62. },
  63. "button": {
  64. "color": "#EFEFEF",
  65. "excludes": []
  66. },
  67. "pseudo": {
  68. "color": "#EFEFEF",
  69. "shape": "circle",
  70. "shapeOpposite": []
  71. },
  72. "excludes": [],
  73. "remove": [],
  74. "empty": [],
  75. "hide": [],
  76. "grayBlock": [],
  77. "showNative": false,
  78. "backgroundColor": "transparent",
  79. "mode": "fullscreen",
  80. "templateName": "skeleton",
  81. "cssUnit": "rpx",
  82. "decimal": 4
  83. },
  84. "pages": {
  85. "pages/tabBar/index/index": {},
  86. "pages/tabBar/allGoods/allGoods": {},
  87. "pages/tabBar/user/user": {},
  88. "pages/index/pages/searchResult/searchResult": {},
  89. "pages/cart/pages/goodsDetail/goodsDetail": {}
  90. }
  91. },
  92. "editorSetting": {
  93. "tabIndent": "insertSpaces",
  94. "tabSize": 4
  95. },
  96. "condition": {}
  97. }