碧桂园
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
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. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": false,
  15. "coverView": true,
  16. "nodeModules": false,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": false,
  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. "enableEngineNative": false,
  35. "useIsolateContext": true,
  36. "userConfirmedBundleSwitch": false,
  37. "packNpmManually": false,
  38. "packNpmRelationList": [],
  39. "minifyWXSS": true,
  40. "showES6CompileOption": false
  41. },
  42. "compileType": "miniprogram",
  43. "libVersion": "2.23.4",
  44. "appid": "wx3c25c37fc8017861",
  45. "projectname": "biguiyuan",
  46. "simulatorType": "wechat",
  47. "simulatorPluginLibVersion": {},
  48. "editorSetting": {
  49. "tabIndent": "insertSpaces",
  50. "tabSize": 2
  51. },
  52. "condition": {
  53. "miniprogram": {
  54. "list": [
  55. {
  56. "name": "pages/open/index",
  57. "pathName": "pages/open/index",
  58. "query": "",
  59. "scene": null
  60. }
  61. ]
  62. }
  63. }
  64. }