@beisen/talent-ui-dll-preact
v1.0.6
Published
project to build talentui lib to an dll
Downloads
3
Readme
使用Webpack DllPlugin打包出来的dll, 基本上等于talent-libs, 但是可以同时有很多种选择
目前包含进去的库有:
module.exports = [
"preact",
"preact-compat",
"prop-types",
"react-router-dom",
"redux",
"react-redux",
"react-transition-group",
"immutable"
];
使用dll方式引入基础库到项目中可以极大的增加项目打包的速度,也能很好的利用浏览器的缓存机制, 减少页面的渲染时间