-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
webpack-serve not documented #2069
Comments
@shellscape ping! |
The I'm heavily biased towards webpack-serve, but ultimately the choice is yours as to which project to use. |
I agree that the project is well documented @shellscape, but the documentation style at But my main problem is not on how to use any of the two. My problem is that as a webpack user I am confused and do not know what is the recommended way to go. It seems these are my choices:
So I do not think it is too much to ask the webpack team which one is it? |
For people stumbling here from Google, it seems that |
Under which search query @maciej-gurban ? |
webpack-dev-server's readme and on webpack.js.org doesn't have deprecation notices anymore. Should we just close this? CC @montogeek |
webpack-serve is deprecated, please use webpack-dev-server |
The
webpack-dev-server
repo clearly states:I do not need to test on old browsers, so the choice seems obvious to me. But for some reason, I find no mention of
webpack-serve
on the docs.Which project should I currently use on my frontend javascript development with Webpack 4?
webpack-dev-server
orwebpack-serve
?The text was updated successfully, but these errors were encountered: