拓恒河湖长制全民护河平台WEB端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

80 lines
2.0KB

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