1.0.13 • Published 7 years ago

@beisen/talent-ui-dll-foundation v1.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

使用Webpack DllPlugin打包出来的dll 基本上等于talent-libs

目前包含进去的库有:

  • react
  • react-dom
  • prop-types
  • react-router-dom
  • redux
  • react-redux
  • react-transition-group
  • immutable

使用dll方式引入基础库到项目中可以极大的增加项目打包的速度,也能很好的利用浏览器的缓存机制, 减少页面的渲染时间