project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. <<<<<<< HEAD
  30. "useIsolateContext": true,
  31. "useCompilerModule": false,
  32. "userConfirmedUseCompilerModuleSwitch": false
  33. =======
  34. "useCompilerModule": true,
  35. "userConfirmedUseCompilerModuleSwitch": false,
  36. "compileHotReLoad": false,
  37. "useIsolateContext": true
  38. >>>>>>> 76272386d7c64b0315ecebaf5fac3f49a65ad141
  39. },
  40. "compileType": "miniprogram",
  41. "libVersion": "2.11.1",
  42. "appid": "wx24f8183c606b4916",
  43. "projectname": "shares",
  44. "debugOptions": {
  45. "hidedInDevtools": []
  46. },
  47. "isGameTourist": false,
  48. "simulatorType": "wechat",
  49. "simulatorPluginLibVersion": {},
  50. "condition": {
  51. "search": {
  52. "current": -1,
  53. "list": []
  54. },
  55. "conversation": {
  56. "current": -1,
  57. "list": []
  58. },
  59. "game": {
  60. "currentL": -1,
  61. "list": []
  62. },
  63. "miniprogram": {
  64. "current": -1,
  65. "list": []
  66. }
  67. }
  68. }