github-actions
released this
10 Jan 18:13
·
10 commits
to main
since this release
Minor Changes
-
#48
f276f85
Thanks @pradel! - 🚀 create-react-app 5 is now supported 🚀Breaking Changes
- Removed the
enableSvgr
andsvgrOptions
options. Svgr is now working out of the box. - Drop support for CRA 3 and 4. As many underlying libraries have changed, CRA 4 and 3 are no longer supported. Check the CRA changelog to see what changed.
Migrating from 0.4.X to 0.5.X
- You will first need to migrate your project to CRA 5. See the CRA Migration guide for more information.
- Upgrade
craco-esbuild
to version 0.5.0 or higher in your project. - If you are using
enableSvgr
orsvgrOptions
you can remove them from thecraco.config.js
file. Svgr is now working out of the box.
- Removed the