内容简介:Webpack 4.24.0 已发布,Webpack 是一个模块打包器,主要目的是在浏览器上打包 JavaScript 文件。 特性 allow to pass no dependencies to DefinePlugin runtime value DefinePlugin.runtimeValue(() => {...}, t...
Webpack 4.24.0 已发布,Webpack 是一个模块打包器,主要目的是在浏览器上打包 JavaScript 文件。
特性
allow to pass no dependencies to DefinePlugin runtime value
DefinePlugin.runtimeValue(() => {...}, true)is always evaluatedadd
moduleargument toDefinePlugin.runtimeValue
修复
update webassemblyjs dependency
fix bug when using entry names that look like numbers with HMR
源码下载:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Webpack 4.24.0 发布,JavaScript 模块打包器》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
How to Think Like a Computer Scientist: Learning with Python
Allen B. Downey、Jeffrey Elkner、Chris Meyers / Green Tea Press / 2002-1-4 / USD 24.95
""How to Think Like a Computer Scientist"" is an introduction to programming using Python, one of the best languages for beginners. This is a Free Book -- you can download it from thinkpython.com. But......一起来看看 《How to Think Like a Computer Scientist: Learning with Python》 这本书的介绍吧!