内容简介:webpack 5.58.0 现已发布。webpack 是一个模块打包器,主要目的是在浏览器上打包 JavaScript 文件。 具体更新内容如下: Features 为 readResource 添加 hook 添加diagnostics_channel到 node builtins Performa...
webpack 5.58.0 现已发布。webpack 是一个模块打包器,主要目的是在浏览器上打包 JavaScript 文件。
具体更新内容如下:
Features
- 为 readResource 添加 hook
- 添加
diagnostics_channel到 node builtins
Performance
- 提高 chunk graph creation 性能
- 添加 cacheUnaffected 缓存支持
- 删除一些没有区别的缓存
- 提高 splitChunks 的性能
- 提高 chunk conditions 性能
更新说明:https://github.com/webpack/webpack/releases/tag/v5.58.0
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Real-Time Rendering, Third Edition
Tomas Akenine-Moller、Eric Haines、Naty Hoffman / A K Peters/CRC Press / 2008-7-25 / USD 102.95
Thoroughly revised, this third edition focuses on modern techniques used to generate synthetic three-dimensional images in a fraction of a second. With the advent or programmable shaders, a wide varie......一起来看看 《Real-Time Rendering, Third Edition》 这本书的介绍吧!
