-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix: add prefix for invalidate endpoint #2571
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
Conversation
Codecov Report
@@ Coverage Diff @@
## v4 #2571 +/- ##
=======================================
Coverage 92.84% 92.84%
=======================================
Files 35 35
Lines 1313 1313
Branches 368 368
=======================================
Hits 1219 1219
Misses 89 89
Partials 5 5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change so it's better to change the branch to v4.
8ed9f74
to
07ad1be
Compare
CI fails |
@hiroppy I think it is due regression with output |
@EslamHiko can you rebase? |
07ad1be
to
5d2ce25
Compare
@evilebottnawi CI is green 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/cc @hiroppy
For Bugs and Features; did you add new tests?
Yes
Motivation / Use-Case
as @sokra suggested : #2493 (review)
Breaking Changes
a change in the endpoint from
/invalidate
to/webpack-dev-server/invalidate
.Additional Info