project.config.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "bundle": false,
  8. "userConfirmedBundleSwitch": false,
  9. "urlCheck": true,
  10. "scopeDataCheck": false,
  11. "coverView": true,
  12. "es6": true,
  13. "postcss": true,
  14. "compileHotReLoad": false,
  15. "preloadBackgroundData": false,
  16. "minified": true,
  17. "autoAudits": false,
  18. "newFeature": false,
  19. "uglifyFileName": false,
  20. "uploadWithSourceMap": true,
  21. "useIsolateContext": true,
  22. "nodeModules": false,
  23. "enhance": false,
  24. "useCompilerModule": true,
  25. "userConfirmedUseCompilerModuleSwitch": false,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "showShadowRootInWxmlPanel": true,
  30. "packNpmManually": false,
  31. "enableEngineNative": false,
  32. "packNpmRelationList": [],
  33. "minifyWXSS": true
  34. },
  35. "compileType": "miniprogram",
  36. "libVersion": "2.22.1",
  37. "appid": "wx63ab90bd8f387f91",
  38. "projectname": "ls_h5",
  39. "debugOptions": {
  40. "hidedInDevtools": []
  41. },
  42. "scripts": {},
  43. "staticServerOptions": {
  44. "baseURL": "",
  45. "servePath": ""
  46. },
  47. "isGameTourist": false,
  48. "simulatorType": "wechat",
  49. "simulatorPluginLibVersion": {},
  50. "condition": {
  51. "search": {
  52. "list": []
  53. },
  54. "conversation": {
  55. "list": []
  56. },
  57. "game": {
  58. "list": []
  59. },
  60. "plugin": {
  61. "list": []
  62. },
  63. "gamePlugin": {
  64. "list": []
  65. },
  66. "miniprogram": {
  67. "list": []
  68. }
  69. }
  70. }