project.config.json 1004 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "appid": "wx93082791855e3247",
  3. "compileType": "miniprogram",
  4. "libVersion": "3.8.0",
  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. "babelSetting": {
  17. "ignore": [],
  18. "disablePlugins": [],
  19. "outputPath": ""
  20. },
  21. "packNpmManually": true,
  22. "packNpmRelationList": [
  23. {
  24. "packageJsonPath": "./package.json",
  25. "miniprogramNpmDistDir": "./"
  26. }
  27. ],
  28. "compileWorklet": false,
  29. "uglifyFileName": false,
  30. "uploadWithSourceMap": true,
  31. "minifyWXSS": true,
  32. "minifyWXML": true,
  33. "localPlugins": false,
  34. "disableUseStrict": false,
  35. "useCompilerPlugins": false,
  36. "condition": false,
  37. "swc": false,
  38. "disableSWC": true
  39. },
  40. "condition": {},
  41. "editorSetting": {
  42. "tabIndent": "insertSpaces",
  43. "tabSize": 2
  44. },
  45. "simulatorPluginLibVersion": {}
  46. }