From 2031df45a5455863bcf11cfa641ed85f8181f13c Mon Sep 17 00:00:00 2001 From: Bert Verhelst Date: Thu, 16 Nov 2023 17:54:18 +0100 Subject: [PATCH] docs: add breaking change for webpack version to v6. closes #665 (#923) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ad0d74..7b6cf37b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -154,6 +154,10 @@ component path (`path`) and the original SVG path (`originalPath`) # [6.1.0](https://github.com/gregberge/svgr/compare/v6.0.0...v6.1.0) (2021-12-01) +### BREAKING CHANGES + +- svgr v6 is now only compatible with **Webpack v5** and up. See the [migration guide](https://react-svgr.com/docs/migrate/#webpack) + ### Bug Fixes - fix previous export system ([1872829](https://github.com/gregberge/svgr/commit/187282977af841cd5a2243a23abba72b20eec2fa)), closes [#635](https://github.com/gregberge/svgr/issues/635)