-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
BREAKING CHANGE: remove inline and iframe/live mode #2550
Conversation
Codecov Report
@@ Coverage Diff @@
## v4 #2550 +/- ##
==========================================
+ Coverage 93.36% 93.43% +0.06%
==========================================
Files 34 34
Lines 1327 1309 -18
Branches 375 369 -6
==========================================
- Hits 1239 1223 -16
+ Misses 85 83 -2
Partials 3 3
Continue to review full report at Codecov.
|
@@ -3,6 +3,7 @@ | |||
exports[`Client console.log clientLogLevel is silent 1`] = ` | |||
Array [ | |||
"Hey.", | |||
"[HMR] Waiting for update signal from WDS...", |
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 an issue we should look at separately, clientLogLevel silent is not correctly setting the log level of HMR. We simply were not picking up on it before in this test because it was not inlining HMR before
@evilebottnawi @hiroppy Please review. Lots of files had to change because the inline option was so deeply rooted into everything |
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?
Removing tests no longer in use
Motivation / Use-Case
Remove inline option, still WIP
Breaking Changes
Yes, removing inline, iframe/live mode
Additional Info