project.config.json 1017 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  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. "enhance": true,
  23. "compileWorklet": false,
  24. "swc": false,
  25. "condition": false
  26. },
  27. "compileType": "miniprogram",
  28. "libVersion": "3.7.1",
  29. "appid": "wx9714bd9b9d4a11c9",
  30. "projectname": "tabBar",
  31. "simulatorType": "wechat",
  32. "simulatorPluginLibVersion": {},
  33. "condition": {
  34. "miniprogram": {
  35. "list": [
  36. {
  37. "name": "shoping/index/index",
  38. "pathName": "shoping/index/index",
  39. "query": "",
  40. "scene": null
  41. }
  42. ]
  43. }
  44. },
  45. "editorSetting": {
  46. "tabIndent": "insertSpaces",
  47. "tabSize": 2
  48. }
  49. }