project.config.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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": true,
  14. "es6": true,
  15. "enhance": true,
  16. "postcss": false,
  17. "preloadBackgroundData": false,
  18. "minified": false,
  19. "newFeature": false,
  20. "coverView": true,
  21. "nodeModules": true,
  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. "useMultiFrameRuntime": true,
  31. "useApiHook": true,
  32. "useApiHostProcess": true,
  33. "babelSetting": {
  34. "ignore": [],
  35. "disablePlugins": [],
  36. "outputPath": ""
  37. },
  38. "enableEngineNative": false,
  39. "bundle": false,
  40. "useIsolateContext": true,
  41. "useCompilerModule": true,
  42. "userConfirmedUseCompilerModuleSwitch": false,
  43. "userConfirmedBundleSwitch": false,
  44. "packNpmManually": false,
  45. "packNpmRelationList": [],
  46. "minifyWXSS": true
  47. },
  48. "compileType": "miniprogram",
  49. "libVersion": "2.25.2",
  50. "appid": "wx7ac7aa051ae15245",
  51. "projectname": "YouTuan_wxapp",
  52. "editorSetting": {
  53. "tabIndent": "insertSpaces",
  54. "tabSize": 2
  55. },
  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. }