project.config.json 1013 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "appid": "wxa57293e132a52b28",
  3. "compileType": "miniprogram",
  4. "libVersion": "3.10.2",
  5. "miniprogramRoot": "unpackage/dist/dev/mp-weixin/",
  6. "packOptions": {
  7. "ignore": [],
  8. "include": []
  9. },
  10. "setting": {
  11. "coverView": true,
  12. "es6": true,
  13. "postcss": true,
  14. "minified": true,
  15. "enhance": true,
  16. "showShadowRootInWxmlPanel": true,
  17. "packNpmRelationList": [],
  18. "babelSetting": {
  19. "ignore": [],
  20. "disablePlugins": [],
  21. "outputPath": ""
  22. },
  23. "compileWorklet": false,
  24. "uglifyFileName": false,
  25. "uploadWithSourceMap": true,
  26. "packNpmManually": false,
  27. "minifyWXSS": true,
  28. "minifyWXML": true,
  29. "localPlugins": false,
  30. "disableUseStrict": false,
  31. "useCompilerPlugins": false,
  32. "condition": false,
  33. "swc": false,
  34. "disableSWC": true
  35. },
  36. "condition": {},
  37. "editorSetting": {
  38. "tabIndent": "insertSpaces",
  39. "tabSize": 2
  40. },
  41. "srcMiniprogramRoot": "unpackage/dist/dev/mp-weixin/",
  42. "simulatorPluginLibVersion": {}
  43. }