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.

81 lines
1.8 KiB

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