Do you want to request a feature or report a bug?
Feature.
What is the current behavior?
At the moment migrate does nothing when it encounters CommonsChunkPlugin
What is the expected behavior?
It should migrate to SplitChunksPlugin
If this is a feature request, what is motivation or use case for changing the behavior?
CommonsChunkPlugin is now deprecated in webpack v4 and migrate, as its objective, should opt in in favor of SplitChunksPlugin
Do you want to request a feature or report a bug?
Feature.
What is the current behavior?
At the moment migrate does nothing when it encounters
CommonsChunkPluginWhat is the expected behavior?
It should migrate to
SplitChunksPluginIf this is a feature request, what is motivation or use case for changing the behavior?
CommonsChunkPluginis now deprecated inwebpackv4 and migrate, as its objective, should opt in in favor ofSplitChunksPlugin