We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// webpack.config.js any config will work
I should not see the deprecation warning when running webpack dev server via the command line if I don't have a setup hook in my config.
I see the message 'Using "setup" is deprecated and will be removed in the next major version. Please use the "before" and "after" hooks instead.'
Just run webpack-dev-server with any config.
This seems to have been introduced in #1108. The code to log the warning is always run, even if you specified no setup hook.
I can open a PR to fix this if desired.
The text was updated successfully, but these errors were encountered:
Duplicate of #1118. Please comment there.
Sorry, something went wrong.
No branches or pull requests
Code
Expected Behavior
I should not see the deprecation warning when running webpack dev server via the command line if I don't have a setup hook in my config.
Actual Behavior
I see the message 'Using "setup" is deprecated and will be removed in the next major version. Please use the "before" and "after" hooks instead.'
For Bugs; How can we reproduce the behavior?
Just run webpack-dev-server with any config.
This seems to have been introduced in #1108. The code to log the warning is always run, even if you specified no setup hook.
I can open a PR to fix this if desired.
The text was updated successfully, but these errors were encountered: