All Versions
76
Latest Version
Avg Release Cycle
3 days
Latest Release
1454 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v4.38.0 Changes
July 26, 2019๐ Performance
- ๐ Improved performance of ProgressPlugin
- ๐ Improved performance of chunk graph generation
- This can boost performance when many chunks are used, especially incremental build performance
- Modules from parent chunks are now tracked during chunk graph generation, which allows to skip these modules in async chunks. This often renders
optimization.removeAvailableModules
unneeded, expect in scenarios where chunks are merged during optimization.
- ๐
optimization.removeAvailableModules
is now disabled in development mode by defaultoptimization.removeAvailableModules
will be disabled for all modes in next major release, feel free to disable it in production too if you want extra performance.
-
v4.37.0 Changes
July 23, 2019๐ Features
- โ add logging API (see #9436 for details)
-
v4.36.1 Changes
July 17, 2019๐ Bugfixes
- ๐ fix regression in 4.36.0 when using happypack
-
v4.36.0 Changes
July 17, 2019๐ Features
- 0๏ธโฃ SourceMapDevToolPlugin
append
option now supports the default placeholders in addition to[url]
- ๐ Arrays in resolve and parser options (Rule and Loader API) support backreferences with
"..."
when overriding options.
- 0๏ธโฃ SourceMapDevToolPlugin
-
v4.35.3 Changes
July 08, 2019๐ Bugfixes
- โก๏ธ update acorn to include
import()
๐ Performance
- ๐ Improved runtime performance for large JSON modules
- โก๏ธ update acorn to include
-
v4.35.2 Changes
July 01, 2019๐ Bugfixes
realResource
must match absolute paths