You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that my logo component in Vue is huge when I run parcel index.html. I looked at both the Webpack output code and the Parcel output code and the only thing that was different was that Parcel caused my SVG's viewBox attribute to be all lowercase (viewbox) which breaks it (at least in the latest version of FireFox).
After testing it out some more, I noticed it doesn't change the capitalization when I remove the use elements and xlink.
🐛 bug report
I noticed that my logo component in Vue is huge when I run
parcel index.html
. I looked at both the Webpack output code and the Parcel output code and the only thing that was different was that Parcel caused my SVG'sviewBox
attribute to be all lowercase (viewbox
) which breaks it (at least in the latest version of FireFox).After testing it out some more, I noticed it doesn't change the capitalization when I remove the
use
elements andxlink
.🎛 Configuration (.babelrc, package.json, cli command)
The text was updated successfully, but these errors were encountered: