project.config.json 893 B

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