Webpack 4.27.0 发布,JavaScript 模块打包器

栏目: 编程语言 · 发布时间: 7年前

内容简介:Webpack 4.27.0 已发布,更新内容如下:FeaturesBugfixes

Webpack 4.27.0 已发布,更新内容如下:

Features

  • When using functions as plugins they are now also called with the compiler as parameter

    • This make it possible to use arrow functions as plugins

  • splitChunks.maxSize now emits a warning when minSize > maxSize

  • Loaders have now access to a getResolve method to create their own resolver function with custom options

Bugfixes

  • splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation

  • splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize

  • fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name

    • now conditions are considered per cacheGroup

    • the correct cache group comment is displayed in stats

  • fixes a bug which causes providedExports not to be updated on rebuilds when using export * from

Webpack 是一个模块打包器,主要目的是在浏览器上打包 JavaScript 文件。

源码下载:


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Bandit Algorithms for Website Optimization

Bandit Algorithms for Website Optimization

John Myles White / O'Reilly Media / 2013-1-3 / USD 19.99

This book shows you how to run experiments on your website using A/B testing - and then takes you a huge step further by introducing you to bandit algorithms for website optimization. Author John Myle......一起来看看 《Bandit Algorithms for Website Optimization》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具