碧桂园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 line
1.6 KiB

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