4.0.0
⚠️ Breaking changes
- Minimum supported
Node.js
version is16.20.0
(#12, #87) - Move SVGO optimization from plugin to loader (#9). The
svgoConfig
parameter on the plugin has been deleted and replaced by the official SVGO config file declared in the loader options. See SVGO configuration.
New features
- Add schema validation on plugin and loader options (#11)
Fixes
- Fix compatibility with webpack cache(#8)