project.config.json 985 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "coverView": true,
  13. "autoAudits": false,
  14. "scopeDataCheck": false,
  15. "checkInvalidKey": true,
  16. "checkSiteMap": true,
  17. "uploadWithSourceMap": true,
  18. "compileHotReLoad": false,
  19. "babelSetting": {
  20. "ignore": [],
  21. "disablePlugins": [],
  22. "outputPath": ""
  23. },
  24. "useIsolateContext": true,
  25. "useCompilerModule": true,
  26. "userConfirmedUseCompilerModuleSwitch": false
  27. },
  28. "compileType": "miniprogram",
  29. "libVersion": "2.0.0",
  30. "appid": "wx5a97ed416d40ac39",
  31. "projectname": "ssj_%20curator",
  32. "simulatorType": "wechat",
  33. "simulatorPluginLibVersion": {},
  34. "condition": {
  35. "search": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "conversation": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "game": {
  44. "currentL": -1,
  45. "list": []
  46. },
  47. "miniprogram": {
  48. "current": -1,
  49. "list": []
  50. }
  51. }
  52. }