Skip to content

4.0.0

Compare
Choose a tag to compare
@yoriiis yoriiis released this 27 Apr 09:27
· 60 commits to main since this release

⚠️ Breaking changes

  • Minimum supported Node.js version is 16.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)