Sourced from webpack's releases.
v5.64.0
Features
- add
asyncChunks: boolean
option to disable creation of async chunksBugfixes
- fix ProfilingPlugin for
experiments.backCompat: false
Performance
- avoid running regexp twice over the file list
v5.63.0
Features
- allow passing
chunkLoading: false
to disable on-demand loadingBugfixes
- fix
import 'single-quote'
in esm build dependenciesv5.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 performanceBugfixes
- use
['catch']
instead of.catch
for better ES3 support- fix removed parentheses when using
new (require("...")).Something()
- fix
{ require }
object literalssplitChunks.chunks
option is now correctly used forsplitChunks.fallbackCacheGroup.maxSize
too- fix schema of
listen
option, allow to omitport
... (truncated)
789e585
5.64.0d96f23e
Merge pull request #14698 from webpack/bugfix/profiling-plugin-hook-checkac7bd40
Merge pull request #14701 from webpack/feature/no-async-chunk-loading9bb5651
add asyncChunks: boolean
option to disable creation of async chunks11bc877
add test case970b368
Merge pull request #14686 from webpack/dependabot/npm_and_yarn/mime-types-2.1.346a12794
check hooks for existance before using in ProfilingPlugine6da1d4
Merge pull request #14694 from markjm/markjm/double-regexp6d3cd42
perf: Prevent running regexs over the same strings twicef011c70
5.63.0