project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "scopeDataCheck": false,
  10. "coverView": true,
  11. "es6": false,
  12. "postcss": true,
  13. "compileHotReLoad": false,
  14. "lazyloadPlaceholderEnable": false,
  15. "preloadBackgroundData": false,
  16. "minified": true,
  17. "autoAudits": false,
  18. "newFeature": false,
  19. "uglifyFileName": false,
  20. "uploadWithSourceMap": true,
  21. "useIsolateContext": false,
  22. "nodeModules": false,
  23. "enhance": true,
  24. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "useApiHostProcess": true,
  27. "showShadowRootInWxmlPanel": true,
  28. "packNpmManually": false,
  29. "packNpmRelationList": [],
  30. "minifyWXSS": true,
  31. "disableUseStrict": false,
  32. "ignoreUploadUnusedFiles": true,
  33. "minifyWXML": true,
  34. "babelSetting": {
  35. "ignore": [],
  36. "disablePlugins": [],
  37. "outputPath": ""
  38. }
  39. },
  40. "compileType": "miniprogram",
  41. "libVersion": "2.23.2",
  42. "appid": "wx6fa71e69231a4fa4",
  43. "projectname": "mall4m",
  44. "simulatorType": "wechat",
  45. "simulatorPluginLibVersion": {},
  46. "condition": {
  47. "search": {
  48. "list": []
  49. },
  50. "conversation": {
  51. "list": []
  52. },
  53. "plugin": {
  54. "list": []
  55. },
  56. "game": {
  57. "currentL": -1,
  58. "list": []
  59. },
  60. "miniprogram": {
  61. "list": []
  62. }
  63. },
  64. "editorSetting": {
  65. "tabIndent": "insertSpaces",
  66. "tabSize": 2
  67. }
  68. }