You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`removed plugin errors should error when accessing removed plugins 1`] =`"webpack.optimize.UglifyJsPlugin has been removed, please use config.optimization.minimize instead."`;
4
+
5
+
exports[`removed plugin errors should error when accessing removed plugins 2`] =`"webpack.optimize.CommonsChunkPlugin has been removed, please use config.optimization.splitChunks instead."`;
0 commit comments