Releases: dilanx/craco
Releases · dilanx/craco
v7.0.0-alpha.0
What's Changed
- Update peer and dev dependencies to CRA 5.
- Fix postcss options.
- Creation of CRA 4 recipes folder.
- Jest support for CRA 5.
v6.4.3
v6.4.2
v6.4.1
v6.4.0
v6.3.0
v6.2.0
v6.1.2
v6.1.1
v6.1.0
- New utility methods available :
getPlugin
,pluginByName
,addPlugins
andremovePlugins
. - Webpack config override now allow the removal of webpack plugins.
The old syntax to modify webpack plugins (an array) is still supported for backward compatibility but we encourage you to switch to the new syntax:
webpack: {
plugins: {
add: [],
remove: [],
}
}