All Versions
76
Latest Version
Avg Release Cycle
3 days
Latest Release
533 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v5.3.1 Changes
October 28, 2020๐ Bugfixes
- ๐ fix incorrect concatenation of modules when multiple runtimes are involved
- fixes a "This should not happen" error
- fixes a
__webpack_require__ (null)
problem
- โ run CLI correctly after installing
- ๐ fixes a huge performance issue when processing minimized code with SourceMap
- ๐ Use
string[]
types instead of[string, ...string[]]
for arrays that must not be empty- this is more convinient to use
๐ Performance
- ๐ avoid incorrect store of counts in the ProgressPlugin, which causes unneeded serialization of the Persistent Cache
- ๐ upgrade terser-webpack-plugin for performance improvements
- ๐ upgrade webpack-sources for performance improvements
- ๐ fix incorrect concatenation of modules when multiple runtimes are involved
-
v5.3.0 Changes
October 27, 2020๐ Features and Bugfixes
- ๐ generate runtime conditional code when modules are forcefully merged from multiple runtimes
- This fixes a
Cannot read property 'call' of undefined
error in webpack runtime, because modules are used that are not in the graph in one runtime
- This fixes a
- disabled source code analysis for side effects in non-production modes
- this causes unnecessary changes to parent modules in development
- add
optimization.sideEffects: "flag"
as option for this
- ๐ generate runtime conditional code when modules are forcefully merged from multiple runtimes
-
v5.2.1 Changes
October 27, 2020๐ Bugfixes
- โ add
watchOptions.followSymlinks
option to schema - ๐ fix hard crash when calling resolve with undefined value
- ๐ fix emit problem when files have hash in query string
- ๐ fix unneeded generation of SourceMaps when no devtool is used
- fixes a huge performance regression with terser-webpack-plugin
- โ add
-
v5.2.0 Changes
October 22, 2020๐ Features
- โ add
sourceFilename
andjavascriptModule
to asset info for plugins
๐ Bugfixes
- ๐ fix variable name collision when using module concatenation
- ๐ fix arrow functions in ie 11
- ๐ fix
this
externals with module concatenation - ๐ force update for enhanced-resolve for critical bugfixes (see changelog)
- โ add
-
v5.1.3 Changes
October 16, 2020๐ Bugfixes
- omit unused modules from chunks when modules are only unused in some runtimes
- fixes
Self-reference dependency has unused export name
error
- fixes
- ๐ fix order of asset optimization to fix conflict between compression-plugin and real hash plugin
- omit unused modules from chunks when modules are only unused in some runtimes
-
v5.1.2 Changes
October 15, 2020๐ Bugfixes
- โช revert: omit unused modules from chunk when modules are only unused in some runtimes
- caused issues with mini-css modules
- โช revert: omit unused modules from chunk when modules are only unused in some runtimes
-
v5.1.1 Changes
October 15, 2020๐ Bugfixes
- ๐ fix order of chunk hashing to allow to uses hashes in WebWorkers
- โก๏ธ update to terser-webpack-plugin 5
- reduces number of dependencies by dropping webpack 4 support
- omit unused modules from chunk when modules are only unused in some runtimes
- fixes
Self-reference dependency has unused export name
error
- fixes
- ๐ fix hanging production builds because of infinite loop in inner graph optimization
- โก๏ธ
Compilation.deleteAsset
updates chunk to file mappings
-
v5.1.0 Changes
October 13, 2020๐ Features
- ๐ฆ expose
webpack
property fromCompiler
- ๐ฆ expose
cleverMerge
,EntryOptionPlugin
,DynamicEntryPlugin
๐ Bugfixes
- โ missing
require("..").xxx
in try-catch produces a warning instead of an error now - ๐ handle reexports in concatenated modules correctly when they are side-effect-free
- ๐ fix incorrect deprecation message for ModuleTemplate.hooks.hash
- ๐ฆ expose
-
v5.0.0 Changes
July 08, 2019๐ Features
- ๐ update enhanced-resolve to new major: see https://github.com/webpack/enhanced-resolve/releases/tag/v5.0.0-beta.0
- Yarn PnP
- more dependencies tracked
- alias with multiple fallbacks
resolve.alias: { something: ["a", "b"] }
- Performance
- NodeJsInputFileSystem removed (pass real fs or memfs)
๐ Bugfixes
- ๐ fixes
resolve.alias: { something: false }
to ignore module
- ๐ update enhanced-resolve to new major: see https://github.com/webpack/enhanced-resolve/releases/tag/v5.0.0-beta.0
-
v5.0.0-rc.6 Changes
October 10, 2020๐ Bugfixes
- ๐ fix evaluation order of concatenated modules
- ๐ fix parsing of calls for ProvidePlugin
- ๐ fix electron-renderer target