-
-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[serve] --hot-only is broken #2004
Comments
The webpack-dev-server v4 schema seems to work fine. |
wip |
There's a problem with config creator for serve package |
webpack-cli/packages/serve/src/createConfig.ts Lines 22 to 26 in f86ef2d
|
I think we should check dev server version and apply corresponding options 😞 |
I believe it's here. This block should be executed for
Yes |
Describe the bug
--hot-only
is broken.What is the current behavior?
To Reproduce
webpack serve --hot-only
Expected behavior
Should work properly.
Screenshots
pasted above
Please paste the results of
webpack-cli info
here, and mention other relevant informationAdditional context
No
The text was updated successfully, but these errors were encountered: