project.config.json 941 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "compileType": "miniprogram",
  3. "libVersion": "2.27.3",
  4. "miniprogramRoot": "miniprogram/",
  5. "packOptions": {
  6. "ignore": [],
  7. "include": []
  8. },
  9. "setting": {
  10. "coverView": true,
  11. "es6": true,
  12. "postcss": true,
  13. "minified": true,
  14. "enhance": true,
  15. "showShadowRootInWxmlPanel": true,
  16. "packNpmRelationList": [],
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. },
  22. "condition": true,
  23. "uglifyFileName": true
  24. },
  25. "condition": {},
  26. "editorSetting": {
  27. "tabIndent": "insertSpaces",
  28. "tabSize": 4
  29. },
  30. "srcMiniprogramRoot": "miniprogram/",
  31. "simulatorPluginLibVersion": {
  32. "wxextd2e17127608c3": "2.27.3"
  33. },
  34. "appid": "wx8961a3e5512f307c",
  35. "miniappPluginId": "wxf1a06dafa3350688",
  36. "projectArchitecture": "multiPlatform"
  37. }