project.config.json 845 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "type": "file",
  32. "value": "protrol.txt"
  33. }
  34. ],
  35. "include": []
  36. },
  37. "appid": "wx750afa22d7ff75fc",
  38. "editorSetting": {},
  39. "libVersion": "3.16.1"
  40. }