project.config.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "bundle": false,
  9. "userConfirmedBundleSwitch": false,
  10. "urlCheck": true,
  11. "scopeDataCheck": false,
  12. "coverView": true,
  13. "es6": true,
  14. "postcss": true,
  15. "compileHotReLoad": false,
  16. "lazyloadPlaceholderEnable": false,
  17. "preloadBackgroundData": false,
  18. "minified": true,
  19. "autoAudits": false,
  20. "newFeature": false,
  21. "uglifyFileName": false,
  22. "uploadWithSourceMap": true,
  23. "useIsolateContext": true,
  24. "nodeModules": false,
  25. "enhance": true,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "showShadowRootInWxmlPanel": true,
  30. "packNpmManually": false,
  31. "enableEngineNative": false,
  32. "packNpmRelationList": [],
  33. "minifyWXSS": true,
  34. "showES6CompileOption": false,
  35. "minifyWXML": true,
  36. "useStaticServer": true,
  37. "checkInvalidKey": true,
  38. "babelSetting": {
  39. "ignore": [],
  40. "disablePlugins": [],
  41. "outputPath": ""
  42. },
  43. "disableUseStrict": false,
  44. "useCompilerPlugins": false,
  45. "condition": true
  46. },
  47. "compileType": "miniprogram",
  48. "libVersion": "2.19.4",
  49. "appid": "wx3baaab5c72bef249",
  50. "projectname": "miniprogram-92",
  51. "condition": {},
  52. "editorSetting": {
  53. "tabIndent": "insertSpaces",
  54. "tabSize": 2
  55. },
  56. "projectArchitecture": "multiPlatform",
  57. "simulatorPluginLibVersion": {
  58. "wxext14566970e7e9f62": "2.27.3-4"
  59. }
  60. }