project.config.json 926 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": false,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "autoAudits": false,
  14. "coverView": true,
  15. "showShadowRootInWxmlPanel": true,
  16. "scopeDataCheck": false,
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. }
  22. },
  23. "compileType": "miniprogram",
  24. "libVersion": "3.7.1",
  25. "appid": "wx9714bd9b9d4a11c9",
  26. "projectname": "tabBar",
  27. "simulatorType": "wechat",
  28. "simulatorPluginLibVersion": {},
  29. "condition": {
  30. "miniprogram": {
  31. "list": [
  32. {
  33. "name": "shoping/index/index",
  34. "pathName": "shoping/index/index",
  35. "query": "",
  36. "scene": null
  37. }
  38. ]
  39. }
  40. },
  41. "editorSetting": {
  42. "tabIndent": "insertSpaces",
  43. "tabSize": 2
  44. }
  45. }