project.config.json 875 B

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