project.config.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "setting": {
  3. "es6": true,
  4. "postcss": true,
  5. "minified": true,
  6. "uglifyFileName": false,
  7. "enhance": true,
  8. "packNpmRelationList": [],
  9. "babelSetting": {
  10. "ignore": [],
  11. "disablePlugins": [],
  12. "outputPath": ""
  13. },
  14. "useCompilerPlugins": false,
  15. "minifyWXML": true,
  16. "compileWorklet": false,
  17. "uploadWithSourceMap": true,
  18. "packNpmManually": false,
  19. "minifyWXSS": true,
  20. "localPlugins": false,
  21. "disableUseStrict": false,
  22. "condition": false,
  23. "swc": false,
  24. "disableSWC": true
  25. },
  26. "compileType": "miniprogram",
  27. "simulatorPluginLibVersion": {},
  28. "packOptions": {
  29. "ignore": [
  30. {
  31. "value": "protrol.txt",
  32. "type": "file"
  33. },
  34. {
  35. "value": "Bootloader通讯协议_V1.2.1.pdf",
  36. "type": "file"
  37. },
  38. {
  39. "value": "CMFA103F3950.pdf",
  40. "type": "file"
  41. },
  42. {
  43. "value": "assets/LUCIDE_LICENSE.txt",
  44. "type": "file"
  45. },
  46. {
  47. "type": "folder",
  48. "value": "/minitest"
  49. }
  50. ],
  51. "include": []
  52. },
  53. "appid": "wxf2e66fa80c479ed8",
  54. "editorSetting": {},
  55. "libVersion": "3.16.1",
  56. "testRoot": "minitest/"
  57. }