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

BREAKING CHANGE: remove inline and iframe/live mode #2550

Merged
merged 4 commits into from
May 1, 2020

Conversation

knagaitsev
Copy link
Collaborator

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

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

@codecov
Copy link

codecov bot commented Apr 29, 2020

Codecov Report

Merging #2550 into v4 will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            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              
Impacted Files Coverage Δ
lib/utils/createConfig.js 96.19% <ø> (-0.08%) ⬇️
client-src/default/overlay.js 97.01% <100.00%> (ø)
lib/Server.js 96.73% <100.00%> (+0.37%) ⬆️
lib/servers/SockJSServer.js 93.75% <100.00%> (ø)
lib/utils/addEntries.js 100.00% <100.00%> (ø)
lib/utils/routes.js 92.30% <100.00%> (-1.18%) ⬇️
lib/utils/updateCompiler.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4fc5ecd...8ddb1a0. Read the comment docs.

@@ -3,6 +3,7 @@
exports[`Client console.log clientLogLevel is silent 1`] = `
Array [
"Hey.",
"[HMR] Waiting for update signal from WDS...",
Copy link
Collaborator Author

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

@knagaitsev knagaitsev changed the title WIP: remove inline and iframe/live mode remove inline and iframe/live mode May 1, 2020
@knagaitsev
Copy link
Collaborator Author

@evilebottnawi @hiroppy Please review. Lots of files had to change because the inline option was so deeply rooted into everything

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc @hiroppy

@hiroppy hiroppy changed the title remove inline and iframe/live mode BREAKING CHANGE: remove inline and iframe/live mode May 1, 2020
@hiroppy hiroppy merged commit 308ee21 into webpack:v4 May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants