This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
webpack | 5.61.0 -> 5.63.0 |
Release Notes
webpack/webpack
v5.63.0
Features
- allow passing
chunkLoading: false
to disable on-demand loading
Bugfixes
- fix
import 'single-quote'
in esm build dependencies
v5.62.2
Bugfixes
- fix
__system_context__
injection when using thelibrary
option on entrypoint - enable
exportsPresence: "error"
by default infutureDefaults
- fix bad performance for a RegExp in Stats printing (with large error messages)
- fix
exportPresence
->exportsPresence
typo - fix a bug with module invalidation when only module id changes with
experiments.cacheUnaffected
v5.62.1
Bugfix
- fix invalid generated code when omitting
;
v5.62.0
Features
- add options to configure export presence checking
-
parser.javascript.reexportExportsPresence: false
allows to disable warnings for non-existing exports during the migration fromexport ... from "..."
toexport type ... from "..."
for type reexports in TypeScript
-
- add
experiments.backCompat: false
to disable some expensive deprecations for better performance
Bugfixes
- use
['catch']
instead of.catch
for better ES3 support - fix removed parentheses when using
new (require("...")).Something()
- fix
{ require }
object literals -
splitChunks.chunks
option is now correctly used forsplitChunks.fallbackCacheGroup.maxSize
too - fix schema of
listen
option, allow to omitport
- add better support for Promises from different isolates
Developer Experience
- add typings for the webpack API that is available within modules
- use
/// <reference types="webpack/module" />
to use the typings in typescript modules - or
"types": [..., "webpack/module"]
in tsconfig
- use
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.