添加esbuild-loader加快打包速度
Tags: 工程化, 构建优化
创建时间: January 14, 2022
评星: ⭐️⭐️⭐️⭐️
https://github.com/privatenumber/esbuild-loader
如何使用 splitChunks 精细控制代码分割 - 掘金
优化方案
引入esbuild-loader
+splitChunks
分包
性能测试
webpack4 | webpack4+esbuild-loader | |
---|---|---|
yarn run serve | 45 44 47 | 38 38 38 |
yarn run build | 351 81 80 | 115 73 60 |
登录页耗时(测试环境) | 5.54 2.84 2.76 | |
设备列表页耗时(测试环境) | 6.15 2.28 2.13 | |