project.config.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. },
  33. "compileType": "miniprogram",
  34. "libVersion": "2.4.4",
  35. "appid": "wx289928fedd0242a5",
  36. "projectname": "iSnow2",
  37. "debugOptions": {
  38. "hidedInDevtools": []
  39. },
  40. "isGameTourist": false,
  41. "simulatorType": "wechat",
  42. "simulatorPluginLibVersion": {},
  43. "condition": {
  44. "search": {
  45. "current": -1,
  46. "list": []
  47. },
  48. "conversation": {
  49. "current": -1,
  50. "list": []
  51. },
  52. "game": {
  53. "currentL": -1,
  54. "list": []
  55. },
  56. "miniprogram": {
  57. "current": -1,
  58. "list": []
  59. }
  60. }
  61. }