project.config.json 1.0 KB

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