project.config.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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": true,
  15. "enhance": true,
  16. "postcss": true,
  17. "preloadBackgroundData": false,
  18. "minified": true,
  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. "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": false,
  41. "userConfirmedBundleSwitch": false,
  42. "packNpmManually": true,
  43. "packNpmRelationList": [
  44. {
  45. "packageJsonPath": "./package.json",
  46. "miniprogramNpmDistDir": "./"
  47. }
  48. ],
  49. "minifyWXSS": true,
  50. "disableUseStrict": false,
  51. "minifyWXML": true,
  52. "showES6CompileOption": false,
  53. "useCompilerPlugins": [
  54. "sass"
  55. ],
  56. "useStaticServer": true,
  57. "condition": false
  58. },
  59. "compileType": "miniprogram",
  60. "libVersion": "2.15.0",
  61. "appid": "wx5ee076e1161eb8d4",
  62. "projectname": "wxMini",
  63. "condition": {
  64. "search": {
  65. "list": []
  66. },
  67. "conversation": {
  68. "list": []
  69. },
  70. "game": {
  71. "list": []
  72. },
  73. "plugin": {
  74. "list": []
  75. },
  76. "gamePlugin": {
  77. "list": []
  78. },
  79. "miniprogram": {
  80. "list": []
  81. }
  82. },
  83. "editorSetting": {
  84. "tabIndent": "insertSpaces",
  85. "tabSize": 2
  86. }
  87. }