内容简介:在刚刚发布 4.25.0 版本后,Webpack 又快速发布 4.25.1 对上个版本进行修复: fix replacement of compile-time constant expression when expression is a wrapped expression (string prefix and/or suffix). 附...
在刚刚发布 4.25.0 版本后,Webpack 又快速发布 4.25.1 对上个版本进行修复:
fix replacement of compile-time constant expression when expression is a wrapped expression (string prefix and/or suffix).
附上 4.25.0 更新内容:
Features
add
format
option toDllPlugin
to allow generating formated manifest jsonadd flags to
ProgressPlugin
to add and remove informationentrypoint counter was added, but disabled by default to avoid breaking change
Bugfixes
fix code generation for context dependencies when replacing compile-time constant expressions
disable the effect of the ProvidePlugin for
.mjs
Webpack 是一个模块打包器,主要目的是在浏览器上打包 JavaScript 文件。
源码下载:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Maven多模块项目打包前的一些注意事项(打包失败)
- webpack 4.44.0 发布,模块打包器
- webpack 5.13.0 发布,模块打包器
- Webpack 3.10.0 发布,模块加载打包工具
- Webpack 4.0.0 正式发布,模块加载打包工具
- webpack 4.21.0 发布,JavaScript 模块打包器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The Art and Science of CSS
Jonathan Snooks、Steve Smith、Jina Bolton、Cameron Adams、David Johnson / SitePoint / March 9, 2007 / $39.95
Want to take your CSS designs to the next level? will show you how to create dozens of CSS-based Website components. You'll discover how to: # Format calendars, menus and table of contents usin......一起来看看 《The Art and Science of CSS》 这本书的介绍吧!