project.config.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. },
  47. "compileType": "miniprogram",
  48. "libVersion": "2.19.1",
  49. "appid": "wxdb9bd0f7aa4c40a3",
  50. "projectname": "qingmeng",
  51. "simulatorType": "wechat",
  52. "simulatorPluginLibVersion": {},
  53. "condition": {
  54. "miniprogram": {
  55. "list": [
  56. {
  57. "name": "seecte city",
  58. "pathName": "pages/home/location/index",
  59. "query": "",
  60. "scene": null
  61. }
  62. ]
  63. }
  64. },
  65. "editorSetting": {
  66. "tabIndent": "insertSpaces",
  67. "tabSize": 2
  68. }
  69. }