project.config.json 982 B

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