npm @craco/craco 6.1.0

latest releases: 7.1.0, 7.0.0, 7.0.0-alpha.9...
3 years ago
  • New utility methods available : getPlugin, pluginByName, addPlugins and removePlugins.
  • 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: [],
    }
}

Don't miss a new craco release

NewReleases is sending notifications on new releases.