project.config.json 1.1 KB

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