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: [],
}
}