Update dependency webpack to v4.31.0
This MR contains the following updates:
Package | Type | Update | Change | References |
---|---|---|---|---|
webpack | devDependencies | minor | 4.29.6 -> 4.31.0 |
source |
Release Notes
webpack/webpack
v4.31.0
Features
- add
errors-warnings
stats preset
Bugfixes
- allow top-level return in non-ESM modules
v4.30.0
Features
- add
amd: false
to disable AMD support -
Compilation.hooks.finishModules
now also allows async plugins - add
output.libraryTarget: "system"
to compile for SystemJs environment
Bugfixes
- fix generating a
null
id when concatenating an entry module in a different chunk - fix unneeded chunk references when splitting modules from chunks
- fix parsing of function name in function scope
Performance
- Lazy require some internal files
- Faster way to generate function headers
Contributing
- Run prettier on examples markdown
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Avalon Bot