All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.2 (2021-08-04)
3.0.1 (2021-03-09)
3.0.0 (2021-02-20)
Configuration is now be validated against schema and webpack v3 support was removed. Node version have to be >= 10.18.0.
- Refactored logic from prototype class to class
- Switched from
done
hook toafterEmit
because webpack v5 shrinks assets to SizeOnlySource - Added config validation
- Restructured options from single attributes to options attribute
- Adding webpack as peerDependency and node > 10 as engine
- Removed webpack 3 support