support for webpack 4.0.0-alpha.*#1243
support for webpack 4.0.0-alpha.*#1243donaldpipowitch wants to merge 1 commit intowebpack:masterfrom
Conversation
|
I've just come across the same problem. As webpack v4 is still in alpha, I guess there is some decisions to be made about how else to handle this i.e. it's probably premature to roll this out now, but perhaps a webpack-dev-server v3-beta might be useful with note around people trying webpack v4? Should this PR also update the |
|
Hi @shellscape (sorry for at'ing you directly!) but I was wondering if it was realised that this prevents people from trying out anything greater than webpack v4-alpha.0? (i.e. alpha.1+ wont' work). I saw some other issues already mentioning v3-beta but i could not see a branch or release with those tags. Would v3 fix this issue and Is v3 available for testing? |
|
Any chance this patch could be released as a beta version so it can be tested alongside the webpack 4 beta? |
|
To test this pull request, you can put it directly in your package.json I executed it and it didn't work. I dont know if I'm correctly understanding it, but It seems that it is asking for a configuration when webpack4 doesn't have one in the first place. 🤷 |
|
Please test the latest beta, |
|
Amazing, thanks guys!! |
What kind of change does this PR introduce?
Small fallback to test
webpack-dev-serverwithwebpack@4.0.0-alpha.*.Did you add or update the
examples/?No.
Summary
Now we can use this package with the webpack 4 alphas. See webpack/webpack#6179. Prevents
Cannot find module 'webpack/bin/config-yargs'errors.Does this PR introduce a breaking change?
No.
Other information
🎄❤️