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
The new 'setup' deprecation message should be issued only if 'setup' was actually used in the configuration.
Actual Behavior
Console message issued in all cases:
Using "setup" is deprecated and will be removed in the next major version. Please use the "before" and "after" hooks instead.
If "setup" was working fine for you until now, simply replace it with "before"
For Bugs; How can we reproduce the behavior?
Call webpack dev server, using a configuration lacking the 'setup' option.
For Features; What is the motivation and/or use-case for the feature?
Just spent a bit of time trying to find a non-existent 'setup' in our configuration; would like others not to have to do the same.
The text was updated successfully, but these errors were encountered:
Code
Expected Behavior
The new 'setup' deprecation message should be issued only if 'setup' was actually used in the configuration.
Actual Behavior
Console message issued in all cases:
For Bugs; How can we reproduce the behavior?
Call webpack dev server, using a configuration lacking the 'setup' option.
For Features; What is the motivation and/or use-case for the feature?
Just spent a bit of time trying to find a non-existent 'setup' in our configuration; would like others not to have to do the same.
The text was updated successfully, but these errors were encountered: