-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
Using svg-url-loader for webpack configs that accept svgs #3221
Conversation
Can someone please check that it works on #3148 branch? |
Sure Ill do that in a bit! |
7f2f368
to
3ef56d7
Compare
@Hypnosphi It worked! :) except some stuff with webpack 4 that I had to add: uglifyjs is its own plugin in webpack 4 But other than that It works (I checked out upstream/webpack-4 and manually applied changes from this PR, rebase was getting messy) |
7c70108
to
aadb8aa
Compare
Actually, it's used as default
Storybook doesn't use |
@Hypnosphi My mistake. I was directly running Is there anything else to be done on this PR? |
Seems like danger ci has no api token |
Codecov Report
@@ Coverage Diff @@
## master #3221 +/- ##
=======================================
Coverage 35.61% 35.61%
=======================================
Files 442 442
Lines 9777 9777
Branches 911 927 +16
=======================================
Hits 3482 3482
+ Misses 5716 5711 -5
- Partials 579 584 +5
Continue to review full report at Codecov.
|
d6c4839
to
c244b45
Compare
@Hypnosphi seems that |
Issue: #2474
What I did
Added
svg-url-loader
to make svg imports smallerHow to test
build core, docs, examples
Is this testable with jest or storyshots?
No
Does this need a new example in the kitchen sink apps?
No
Does this need an update to the documentation?
No
If your answer is yes to any of these, please make sure to include it in your PR.