project.config.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "enhance": false,
  11. "postcss": false,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": true,
  15. "coverView": true,
  16. "nodeModules": false,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": true,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": true,
  23. "uploadWithSourceMap": true,
  24. "compileHotReLoad": false,
  25. "lazyloadPlaceholderEnable": false,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "babelSetting": {
  30. "ignore": [],
  31. "disablePlugins": [],
  32. "outputPath": ""
  33. },
  34. "useIsolateContext": true,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true,
  39. "disableUseStrict": false,
  40. "minifyWXML": true,
  41. "showES6CompileOption": false,
  42. "useCompilerPlugins": false,
  43. "ignoreUploadUnusedFiles": true,
  44. "useStaticServer": true,
  45. "condition": false,
  46. "compileWorklet": false,
  47. "localPlugins": false,
  48. "swc": false,
  49. "disableSWC": true
  50. },
  51. "compileType": "miniprogram",
  52. "libVersion": "2.33.0",
  53. "appid": "wxd15dbb580e6f1cd3",
  54. "projectname": "qingyunhui",
  55. "simulatorType": "wechat",
  56. "simulatorPluginLibVersion": {},
  57. "condition": {
  58. "miniprogram": {
  59. "list": [
  60. {
  61. "name": "seecte city",
  62. "pathName": "pages/home/location/index",
  63. "query": "",
  64. "scene": null
  65. }
  66. ]
  67. }
  68. },
  69. "editorSetting": {
  70. "tabIndent": "insertSpaces",
  71. "tabSize": 2
  72. }
  73. }