-
Notifications
You must be signed in to change notification settings - Fork 36
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
Build breaks SVG files #206
Comments
Does it persist if you have some values in a |
Adding values to the
As you can see, when you compare it to the original SVG code, it still lacks some of the internal CSS. Therefore the inline styles set on the |
This is probably a bug in the underlying Would you mind checking if/how your bug still happens with |
When running
npm run build
in a project, some SVG files get broken.As far as i can see, this only seems to happen, when the SVG file contains an internal
<style>
tag.SVG file content before build:
and after:
The text was updated successfully, but these errors were encountered: