project.config.json 1.3 KB

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