微信小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

90 строки
2.1 KiB

  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "value": ".eslintrc.js",
  7. "type": "file"
  8. }
  9. ],
  10. "include": []
  11. },
  12. "setting": {
  13. "urlCheck": false,
  14. "es6": true,
  15. "enhance": true,
  16. "postcss": true,
  17. "preloadBackgroundData": false,
  18. "minified": true,
  19. "newFeature": false,
  20. "coverView": true,
  21. "nodeModules": false,
  22. "autoAudits": false,
  23. "showShadowRootInWxmlPanel": true,
  24. "scopeDataCheck": false,
  25. "uglifyFileName": false,
  26. "checkInvalidKey": true,
  27. "checkSiteMap": false,
  28. "uploadWithSourceMap": true,
  29. "compileHotReLoad": false,
  30. "lazyloadPlaceholderEnable": false,
  31. "useMultiFrameRuntime": true,
  32. "useApiHook": true,
  33. "useApiHostProcess": true,
  34. "babelSetting": {
  35. "ignore": [],
  36. "disablePlugins": [],
  37. "outputPath": "",
  38. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  39. "packOptions": {
  40. "ignore": [
  41. {
  42. "value": ".eslintrc.js",
  43. "type": "file"
  44. }
  45. ],
  46. "include": []
  47. },
  48. "useIsolateContext": true,
  49. "userConfirmedBundleSwitch": false,
  50. "packNpmManually": false,
  51. "packNpmRelationList": [],
  52. "minifyWXSS": true,
  53. "disableUseStrict": false,
  54. "minifyWXML": true,
  55. "showES6CompileOption": false,
  56. "useCompilerPlugins": false,
  57. "ignoreUploadUnusedFiles": true,
  58. "useStaticServer": true
  59. },
  60. "compileType": "miniprogram",
  61. "libVersion": "2.23.2",
  62. "appid": "wxaace54cc2cf8924b",
  63. "projectname": "WXMB",
  64. "condition": {
  65. "search": {
  66. "list": []
  67. },
  68. "conversation": {
  69. "list": []
  70. },
  71. "game": {
  72. "list": []
  73. },
  74. "plugin": {
  75. "list": []
  76. },
  77. "gamePlugin": {
  78. "list": []
  79. },
  80. "miniprogram": {
  81. "list": []
  82. }
  83. }
  84. },
  85. "editorSetting": {
  86. "tabIndent": "insertSpaces",
  87. "tabSize": 2
  88. }
  89. }