project.config.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "useIsolateContext": true,
  30. "useCompilerModule": false,
  31. "userConfirmedUseCompilerModuleSwitch": false,
  32. "useMultiFrameRuntime": false,
  33. "useApiHook": true
  34. },
  35. "compileType": "miniprogram",
  36. "libVersion": "2.11.0",
  37. "appid": "wx3b5ac763ada73e0e",
  38. "projectname": "train-ibea",
  39. "debugOptions": {
  40. "hidedInDevtools": []
  41. },
  42. "isGameTourist": false,
  43. "simulatorType": "wechat",
  44. "simulatorPluginLibVersion": {},
  45. "condition": {
  46. "search": {
  47. "list": []
  48. },
  49. "conversation": {
  50. "list": []
  51. },
  52. "game": {
  53. "currentL": -1,
  54. "list": []
  55. },
  56. "miniprogram": {
  57. "list": []
  58. }
  59. }
  60. }