Skip to content

Commit

Permalink
docs: add breaking change for webpack version to v6. closes #665 (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertyhell committed Nov 16, 2023
1 parent f73f14d commit 2031df4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down

1 comment on commit 2031df4

@vercel
Copy link

@vercel vercel bot commented on 2031df4 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgr – ./

svgr-git-main-gregberge.vercel.app
api.react-svgr.com
svgr-gregberge.vercel.app

Please sign in to comment.