Skip to content
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

Closed
ferrao opened this issue Apr 20, 2018 · 7 comments
Closed

webpack-serve not documented #2069

ferrao opened this issue Apr 20, 2018 · 7 comments

Comments

@ferrao
Copy link

ferrao commented Apr 20, 2018

The webpack-dev-server repo clearly states:

Please note that webpack-dev-server is presently in a maintenance-only mode and will not be accepting any additional features in the near term.
Use webpack-serve for a fast alternative. Use webpack-dev-server if you need to test on old browsers.

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 or webpack-serve?

@montogeek
Copy link
Member

@shellscape ping!

@shellscape
Copy link
Contributor

shellscape commented Apr 22, 2018

The webpack-serve README is and will always be up to date. I'm positive the docs project would accept a PR syncing the README here, but I have no current plans to submit that as the project already had solid documentation.

I'm heavily biased towards webpack-serve, but ultimately the choice is yours as to which project to use.

@ferrao
Copy link
Author

ferrao commented Apr 22, 2018

I agree that the project is well documented @shellscape, but the documentation style at webpack.js.org is at another level with its concepts, configuration, guides and api sections.

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:

webpack-dev-server - README says development stopped and hints at the webpack-serve alternative, but all examples/guides on the webpack.js.org site still use it.

webpack-serve - README says this module is still green and should be considered unstable. I gave it a try and I believe I have experienced this greeness already...

So I do not think it is too much to ask the webpack team which one is it?

@maciej-gurban
Copy link

maciej-gurban commented Apr 26, 2019

For people stumbling here from Google, it seems that webpack-dev-server is back in the game and is currently being actively developed again. The webpack-serve project has been archived.

@EugeneHlushko
Copy link
Member

Under which search query @maciej-gurban ?

@EugeneHlushko
Copy link
Member

webpack-dev-server's readme and on webpack.js.org doesn't have deprecation notices anymore. Should we just close this? CC @montogeek

@alexander-akait
Copy link
Member

webpack-serve is deprecated, please use webpack-dev-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants