-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
fix: do not attempt to reload base64 encoded urls #378
Conversation
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.
Please read note, thanks
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
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
released this via https://github.com/faceyspacey/extract-css-chunks-webpack-plugin as a precaution :) |
@ScriptedAlchemy can you remove draft? |
This PR contains a:
Motivation / Use-Case
No not try and reload non-URL based
<link>
tagsexample:
<link rel="shortcut icon" href="data:;base64,=">
Breaking Changes
Additional Info
fixs #377