project.config.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": false,
  11. "minified": false,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "compileWorklet": false,
  15. "uglifyFileName": false,
  16. "uploadWithSourceMap": true,
  17. "enhance": false,
  18. "packNpmManually": false,
  19. "packNpmRelationList": [],
  20. "minifyWXSS": true,
  21. "minifyWXML": true,
  22. "localPlugins": false,
  23. "disableUseStrict": false,
  24. "useCompilerPlugins": false,
  25. "condition": false,
  26. "swc": false,
  27. "disableSWC": true,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. }
  33. },
  34. "compileType": "miniprogram",
  35. "libVersion": "",
  36. "appid": "wx4f6dc4ac1674547c",
  37. "projectname": "",
  38. "condition": {
  39. "search": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "conversation": {
  44. "current": -1,
  45. "list": []
  46. },
  47. "game": {
  48. "current": -1,
  49. "list": []
  50. },
  51. "miniprogram": {
  52. "current": -1,
  53. "list": []
  54. }
  55. },
  56. "simulatorPluginLibVersion": {},
  57. "editorSetting": {}
  58. }