Releases: pradel/create-react-app-esbuild
Releases · pradel/create-react-app-esbuild
[email protected]
[email protected]
[email protected]
Patch Changes
- #63
8aa74cd
Thanks @jiejasonliu! - Include @craco/[email protected].* versions in peerDependencies
[email protected]
[email protected]
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
[email protected]
[email protected]
Patch Changes
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.