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
fix: eliminate calling deprecated function in cli-plugin-e2e-cypress and cli-plugin-e2e-nightwatch
Due to webpack-dev-server's close() method became deprecated in version v4.0.0, currently vue-cli
is using version ^4.7.3, everytime when cli-plugin-e2e-cypress or cli-plugin-e2e-nightwatch ran any
tests a deprecation warning appeared. From now on method stop() is called instead of close() as
advised by the deprecation warning.
close#7157
0 commit comments