-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Update guides to use "webpack serve" instead of "webpack-dev-server" #4069
New issue
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
Update guides to use "webpack serve" instead of "webpack-dev-server" #4069
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/webpack-docs/webpack-js-org/a226azmwb |
Signed the CLA before submitting the PR at https://cla.js.foundation/webpack/webpack.js.org?pullRequest=4069 |
@ksurendra you use different emails in commit and in CLA |
…instead of 'webpack-dev-server'
… serve' instead of 'webpack-dev-server'" This reverts commit 3c69e8c.
8e18496
to
4554e6a
Compare
Thanks. I used the same email address while committing, not sure what i missed. I updated the author details and pushed another commit. Does this help? If not, we can close this PR and i can send another PR. |
PR diff shows no changes, can you verify? |
Closed via #4091, and thanks for your contribution here @ksurendra. |
Referring to this webpack/webpack-dev-server#2759
Updated the below documentation to use
webpack serve
instead ofwebpack-dev-server
in package.json files.