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

fix: do not attempt to reload base64 encoded urls #378

Merged

Conversation

ScriptedAlchemy
Copy link
Contributor

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

No not try and reload non-URL based <link> tags

example: <link rel="shortcut icon" href="data:;base64,=">

Breaking Changes

Additional Info

fixs #377

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.

Please read note, thanks

src/hmr/hotModuleReplacement.js Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Apr 13, 2019

Codecov Report

Merging #378 into master will decrease coverage by 1.97%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #378      +/-   ##
==========================================
- Coverage   67.08%   65.11%   -1.98%     
==========================================
  Files           4        4              
  Lines         395      407      +12     
  Branches       77       82       +5     
==========================================
  Hits          265      265              
- Misses        111      118       +7     
- Partials       19       24       +5
Impacted Files Coverage Δ
src/hmr/hotModuleReplacement.js 0% <0%> (ø) ⬆️

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 e808b85...f5c9efd. Read the comment docs.

@ScriptedAlchemy
Copy link
Contributor Author

For tests, I wanted to make some additional changes too, like setting up a new folder for some specific unit tests and get the manual test directory running.

Because I have limited time this weekend, I'm not sure I'll be able to set those parts up. Today or tomorrow

using something similar to whats found in loader-utils
@ScriptedAlchemy
Copy link
Contributor Author

released this via https://github.com/faceyspacey/extract-css-chunks-webpack-plugin as a precaution :)

@alexander-akait
Copy link
Member

@ScriptedAlchemy can you remove draft?

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.

None yet

2 participants