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

Unable to set svg-url-loader base config up to support both JS and CSS consumption #140

Closed
kayneb opened this issue Oct 24, 2017 · 2 comments

Comments

@kayneb
Copy link

kayneb commented Oct 24, 2017

The problem is that when you embed an SVG as a data URI, you don't want quotes around the value, and so the noquotes: true config makes sense to suppress that. However, as soon as you do that, the CSS referenced data URIs break as the expectation is that they are wrapped in quotes there.

@kayneb
Copy link
Author

kayneb commented Oct 24, 2017

This looks to be the same issue as #81

@kayneb
Copy link
Author

kayneb commented Oct 24, 2017

Which appears to be more of an issue with css-loader. Closing this issue.

@kayneb kayneb closed this as completed Oct 24, 2017
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

No branches or pull requests

1 participant