We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running parcel build index.html --no-source-maps, the SVG sprite is empty.
parcel build index.html --no-source-maps
Here is the generated HTML:
<svg xmlns="http://www.w3.org/2000/svg" class="d-none"></svg>
The text was updated successfully, but these errors were encountered:
Shall I use something like https://github.com/jonathantneal/svg4everybody instead?
Sorry, something went wrong.
Or force parceljs to ignore the SVG sprite parcel-bundler/parcel#357
Related issues:
viewBox
c74f9c2
siamkreative
No branches or pull requests
When running
parcel build index.html --no-source-maps
, the SVG sprite is empty.Here is the generated HTML:
The text was updated successfully, but these errors were encountered: