Update dependency webpack to ^4.41.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
webpack | devDependencies | minor | ^4.41.0 | source | |
@types/webpack | devDependencies | patch | 4.39.2 | source |
Release Notes
webpack/webpack
v4.41.0
Developer Experience
- disallow cache group named test with shorthand syntax to point out a potential config error
Performance
- Improve performance of LimitChunkCountPlugin
v4.40.3
Bugfixes
- fix a bug that the HMR plugin affected child compilations
Performance
- improve performance of splitChunks name option by caching hashed value
- improve rebuild performance by caching module size computation
v4.40.2
Bugfixes
- fix a bug where asset is undefined
v4.40.1
Bugfixes
- convert "multiple assets emit to the same filename" error into a warning
- compare asset content when multiple assets emit to the same filename
v4.40.0
Features
- adds asset info for emitted assets
- new methods allow easy emitting/updating of assets
compilation.emitAsset/updateAsset
(instead of accessing the Objectcompilation.assets
) - new getter methods to get assets
compilation.getAssets()
andcompilation.getAsset(name)
- 3 flags in asset info:
-
immutable
: when set an asset can be cache infinitely -
development
: when set an asset is some kind of development tool (i. e. a SourceMap) -
hotModuleReplacement
: when set an asset is generated for an hot update
-
- Stats expose
info
object in assets - String version of Stats show flags
- new methods allow easy emitting/updating of assets
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.