@beisen/talent-ui-dll-preact

1.0.6 • Public • Published

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

目前包含进去的库有:

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

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

Dependents (0)

Package Sidebar

Install

npm i @beisen/talent-ui-dll-preact

Weekly Downloads

2

Version

1.0.6

License

ISC

Last publish

Collaborators

  • beisencorp