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.

80 lines
2.1 KiB

1 year ago
1 year ago
  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": false,
  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": true,
  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. },
  39. "useIsolateContext": false,
  40. "userConfirmedBundleSwitch": false,
  41. "packNpmManually": false,
  42. "packNpmRelationList": [],
  43. "minifyWXSS": true,
  44. "disableUseStrict": false,
  45. "minifyWXML": true,
  46. "showES6CompileOption": false,
  47. "useCompilerPlugins": false
  48. },
  49. "compileType": "miniprogram",
  50. "libVersion": "2.23.4",
  51. "appid": "wx20de9fe5943934a1",
  52. "projectname": "appltegy",
  53. "editorSetting": {
  54. "tabIndent": "insertSpaces",
  55. "tabSize": 4
  56. },
  57. "simulatorType": "wechat",
  58. "simulatorPluginLibVersion": {
  59. "qywx_simulator_plugin": "2.4.0"
  60. },
  61. "condition": {
  62. "search": {
  63. "list": []
  64. },
  65. "conversation": {
  66. "list": []
  67. },
  68. "game": {
  69. "list": []
  70. },
  71. "plugin": {
  72. "list": []
  73. },
  74. "gamePlugin": {
  75. "list": []
  76. },
  77. "miniprogram": {
  78. "list": []
  79. }
  80. }
  81. }