V1.6.0-beta.1
Pre-release
Pre-release
New features:
- added a
cacheFolder
option which will cache any optimized images between runs of webpack. Not enabled by default.
Other changes:
- Significant refactoring of the plugin. Split into multiple files and functions to make it easier to introduce unit tests in the future (which has been a LONG time coming!)
- Optimized how the concurrency works, so now it should be "optimally concurrent" by the number of CPUs by default (you can always change this with the
maxConcurrency
option)