project.config.json 1.1 KB

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