project.config.json 946 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. },
  24. "compileType": "miniprogram",
  25. "libVersion": "3.7.1",
  26. "appid": "wx9714bd9b9d4a11c9",
  27. "projectname": "tabBar",
  28. "simulatorType": "wechat",
  29. "simulatorPluginLibVersion": {},
  30. "condition": {
  31. "miniprogram": {
  32. "list": [
  33. {
  34. "name": "shoping/index/index",
  35. "pathName": "shoping/index/index",
  36. "query": "",
  37. "scene": null
  38. }
  39. ]
  40. }
  41. },
  42. "editorSetting": {
  43. "tabIndent": "insertSpaces",
  44. "tabSize": 2
  45. }
  46. }