project.config.json 1.8 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. "ignoreDevUnusedFiles": false,
  9. "ignoreUploadUnusedFiles": false,
  10. "urlCheck": true,
  11. "es6": true,
  12. "enhance": false,
  13. "postcss": true,
  14. "preloadBackgroundData": false,
  15. "minified": true,
  16. "newFeature": false,
  17. "coverView": true,
  18. "nodeModules": false,
  19. "autoAudits": false,
  20. "showShadowRootInWxmlPanel": true,
  21. "scopeDataCheck": false,
  22. "uglifyFileName": false,
  23. "checkInvalidKey": true,
  24. "checkSiteMap": false,
  25. "uploadWithSourceMap": true,
  26. "compileHotReLoad": false,
  27. "lazyloadPlaceholderEnable": false,
  28. "useMultiFrameRuntime": true,
  29. "useApiHook": true,
  30. "useApiHostProcess": true,
  31. "babelSetting": {
  32. "ignore": [],
  33. "disablePlugins": [],
  34. "outputPath": ""
  35. },
  36. "enableEngineNative": false,
  37. "useIsolateContext": true,
  38. "userConfirmedBundleSwitch": false,
  39. "packNpmManually": false,
  40. "packNpmRelationList": [],
  41. "minifyWXSS": true,
  42. "disableUseStrict": false,
  43. "minifyWXML": true,
  44. "showES6CompileOption": false,
  45. "useCompilerPlugins": false
  46. },
  47. "compileType": "miniprogram",
  48. "libVersion": "2.25.3",
  49. "appid": "wx6fa2f78933195e72",
  50. "projectname": "%E6%99%BA%E8%83%BD%E5%AE%B6%E5%B1%85%E5%B0%8F%E7%A8%8B%E5%BA%8F",
  51. "simulatorType": "wechat",
  52. "simulatorPluginLibVersion": {},
  53. "editorSetting": {
  54. "tabIndent": "insertSpaces",
  55. "tabSize": 2
  56. },
  57. "condition": {
  58. "miniprogram": {
  59. "list": [
  60. {
  61. "name": "pages/index/index",
  62. "pathName": "pages/index/index",
  63. "query": "",
  64. "scene": null
  65. }
  66. ]
  67. }
  68. }
  69. }