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

Comparison to webpack-dev-server #48

Closed
joeljeske opened this issue Dec 5, 2018 · 2 comments
Closed

Comparison to webpack-dev-server #48

joeljeske opened this issue Dec 5, 2018 · 2 comments

Comments

@joeljeske
Copy link

joeljeske commented Dec 5, 2018

Thanks for your work, I love seeing competing solutions that mix up a space. Can you please provide a comparison to webpack-dev-server? What are your value props over the existing solution?

@shellscape
Copy link
Owner

I think this post does a good job of explaining the differences: Plugin to a Fresh Webpack Development Serve (also on medium). The Decidedly Different section is probably what you're looking for.

Aside from that, I personally like to avoid direct and specific comparisons. It often doesn't serve much purpose and creates a weird environment. There is the feat/benchmarks branch that has some empirical data on speeds etc.

You may notice that this solution is faster on the whole, as there are a lot less moving parts. Comparing the options between the two, you'll find that many are available, and many are omitted. As the post describes, this plugin is ultimately much more flexible than the other two available development servers.

@shellscape
Copy link
Owner

Please see #52. We'll be merging that soon, and it gives you a full-scope of feature parity and differences between the dev servers.

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

No branches or pull requests

2 participants