spences10 / webpack-setup

My webpack setup taken from @wesbos' ES6 for Everyone
0 stars 0 forks source link

Update dependency webpack to v4.27.1 #199

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
webpack devDependencies minor 4.26.1 -> 4.27.1 source

Release Notes

webpack/webpack ### [`v4.27.1`](https://renovatebot.com/gh/webpack/webpack/releases/v4.27.1) [Compare Source](https://renovatebot.com/gh/webpack/webpack/compare/v4.27.0...v4.27.1) ### Bugfixes - v4.27.1 accidentially introduced a breaking change. This reverts the change and restores the original behavior for `splitChunks` `enforce`. ### [`v4.27.0`](https://renovatebot.com/gh/webpack/webpack/releases/v4.27.0) [Compare Source](https://renovatebot.com/gh/webpack/webpack/compare/v4.26.1...v4.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`

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.