拓恒飞手平台小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

77 líneas
1.9KB

  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "value": ".eslintrc.js",
  7. "type": "file"
  8. }
  9. ],
  10. "include": []
  11. },
  12. "setting": {
  13. "ignoreDevUnusedFiles": false,
  14. "ignoreUploadUnusedFiles": false,
  15. "bundle": false,
  16. "userConfirmedBundleSwitch": false,
  17. "urlCheck": true,
  18. "scopeDataCheck": false,
  19. "coverView": true,
  20. "es6": true,
  21. "postcss": true,
  22. "compileHotReLoad": false,
  23. "lazyloadPlaceholderEnable": false,
  24. "preloadBackgroundData": false,
  25. "minified": true,
  26. "autoAudits": false,
  27. "newFeature": false,
  28. "uglifyFileName": false,
  29. "uploadWithSourceMap": true,
  30. "useIsolateContext": true,
  31. "nodeModules": false,
  32. "enhance": true,
  33. "useMultiFrameRuntime": true,
  34. "useApiHook": true,
  35. "useApiHostProcess": true,
  36. "showShadowRootInWxmlPanel": true,
  37. "packNpmManually": false,
  38. "enableEngineNative": false,
  39. "packNpmRelationList": [],
  40. "minifyWXSS": true,
  41. "showES6CompileOption": false,
  42. "minifyWXML": true,
  43. "babelSetting": {
  44. "ignore": [],
  45. "disablePlugins": [],
  46. "outputPath": ""
  47. }
  48. },
  49. "compileType": "miniprogram",
  50. "libVersion": "2.19.4",
  51. "appid": "wx5cf7bb675cf45d28",
  52. "projectname": "weixin-app",
  53. "condition": {
  54. "search": {
  55. "list": []
  56. },
  57. "conversation": {
  58. "list": []
  59. },
  60. "game": {
  61. "list": []
  62. },
  63. "plugin": {
  64. "list": []
  65. },
  66. "gamePlugin": {
  67. "list": []
  68. },
  69. "miniprogram": {
  70. "list": []
  71. }
  72. },
  73. "editorSetting": {
  74. "tabIndent": "insertSpaces",
  75. "tabSize": 4
  76. }
  77. }