1.0.6 • Published 7 years ago

@beisen/talent-ui-dll-preact v1.0.6

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

使用Webpack DllPlugin打包出来的dll, 基本上等于talent-libs, 但是可以同时有很多种选择

目前包含进去的库有:

module.exports = [
    "preact",
    "preact-compat",
    "prop-types",
    "react-router-dom",
    "redux",
    "react-redux",
    "react-transition-group",
    "immutable"
];

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