project.config.json 2.0 KB

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