project.config.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "scopeDataCheck": false,
  18. "checkInvalidKey": true,
  19. "checkSiteMap": true,
  20. "uploadWithSourceMap": true,
  21. "babelSetting": {
  22. "ignore": [],
  23. "disablePlugins": [],
  24. "outputPath": ""
  25. },
  26. "useCompilerModule": false,
  27. "userConfirmedUseCompilerModuleSwitch": false,
  28. "lazyloadPlaceholderEnable": false,
  29. "uglifyFileName": false,
  30. "enhance": true,
  31. "useMultiFrameRuntime": true,
  32. "packNpmManually": false,
  33. "packNpmRelationList": [],
  34. "minifyWXSS": true,
  35. "useStaticServer": true,
  36. "showES6CompileOption": false,
  37. "disableUseStrict": false,
  38. "useCompilerPlugins": false,
  39. "minifyWXML": true
  40. },
  41. "compileType": "miniprogram",
  42. "libVersion": "2.11.0",
  43. "appid": "wxd417822087cf4573",
  44. "projectname": "yifeng",
  45. "simulatorType": "wechat",
  46. "simulatorPluginLibVersion": {},
  47. "editorSetting": {
  48. "tabIndent": "insertSpaces",
  49. "tabSize": 2
  50. },
  51. "condition": {}
  52. }