Bugfixes
- Non-javascript files will correctly not be imported when using
experiments.outputModule
(ES Module Output) by @snitin315 in #16809 - Limit console output progress bar length to 40 when no columns provided by @snitin315 in #16810
- Add missing NodeJS Builtin Modules support for
inspector/promises
,readline/promises
, andstream/consumers
by @ShenHongFei in #16841 - webpack bin/cli now properly respects
NODE_PATH
env variable by @snitin315 in #16808 - Improve typos in
resolveResourceErrorHints
by @snitin315 in #16806 - Add missing
loaders
token support tomoduleFilenameTemplate
function call by @pgoldberg in #16756 - Add gaurd condition for
enabledLibraryTypes
in internalContainerPlugin
by @PengBoUESTC in #16635
New Contributors
- @ShenHongFei made their first contribution in #16841
- @pgoldberg made their first contribution in #16756
- @PengBoUESTC made their first contribution in #16635
Full Changelog: v5.76.2...v5.76.3