Sourced from webpack's releases.
v5.76.3
Bugfixes
- Non-javascript files will correctly not be imported when using
experiments.outputModule
(ES Module Output) by@snitin315
in webpack/webpack#16809- Limit console output progress bar length to 40 when no columns provided by
@snitin315
in webpack/webpack#16810- Add missing NodeJS Builtin Modules support for
inspector/promises
,readline/promises
, andstream/consumers
by@ShenHongFei
in webpack/webpack#16841- webpack bin/cli now properly respects
NODE_PATH
env variable by@snitin315
in webpack/webpack#16808- Improve typos in
resolveResourceErrorHints
by@snitin315
in webpack/webpack#16806- Add missing
loaders
token support tomoduleFilenameTemplate
function call by@pgoldberg
in webpack/webpack#16756- Add gaurd condition for
enabledLibraryTypes
in internalContainerPlugin
by@PengBoUESTC
in webpack/webpack#16635New Contributors
@ShenHongFei
made their first contribution in webpack/webpack#16841@pgoldberg
made their first contribution in webpack/webpack#16756@PengBoUESTC
made their first contribution in webpack/webpack#16635Full Changelog: https://github.com/webpack/webpack/compare/v5.76.2...v5.76.3
v5.76.2
Bugfixes
- Fix bug where a missing semicolon in generated bundle output for
publicPathRuntime
would cause concatenated runtime errors by@snitin315
in webpack/webpack#16811- Remove redundant semicolons generated in bundle runtime code after
onScriptComplete
function by@ahaoboy
in webpack/webpack#16347- Fix bug where
RealContentHashPlugin
was not respectingoutput.hashSalt
's ability to cause a force recalculation of[contenthash]
for emitted assets by@dmichon-msft
#16789Performance
- Improve memory and runtime performance of sourcemaps via hoisting Regular Expression literals to stored variables by
@TheLarkInn
in webpack/webpack#15722- Correct v8 deoptimization in
ModuleGraph
due to instance property declarations occurring outside of constructor by@snitin315
in webpack/webpack#16830Developer Experience
- Improved internal typings to match
webpack-sources
typings forSource
instances by@snitin315
in webpack/webpack#16805- Update repo examples to include missing quotation by
@snitin315
in webpack/webpack#16812New Contributors
@ahaoboy
made their first contribution in webpack/webpack#16347Full Changelog: https://github.com/webpack/webpack/compare/v5.76.1...v5.76.2
8ac9616
5.76.3a3f49f3
Merge pull request #16635
from PengBoUESTC/chore/enabledLibraryTypes-opt39fbd73
Merge pull request #16756
from pgoldberg/pgoldberg/addLoadersToModuleFilename...7e5fba3
Merge pull request #16806
from snitin315/fix-typo-in-errorb604d78
Merge pull request #16808
from snitin315/fix-node-path4a4ba2c
Merge pull request #16841
from ShenHongFei/complete-node-builtinseadbd7d
Merge pull request #16810
from snitin315/fix/progress-length66fe018
fix: complete the missing nodejs builtin modulesf58ff9b
fix: do not import non javascript chunksdbf7bf3
5.76.2This version was pushed to npm by thelarkinn, a new releaser for webpack since your current version.