Update guides to use "webpack serve" instead of "webpack-dev-server"#4069
Update guides to use "webpack serve" instead of "webpack-dev-server"#4069thesurenk wants to merge 2 commits into
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 serveinstead ofwebpack-dev-serverin package.json files.