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
Add support for SVG imports in Parcel projects.
It would allow much simpler workflow with SVG in React projects with Parcel bundler.
import React from 'react'; import Icon from './Icon.svg'; const App = () => ( <div>Hello World! <Icon /></div> );
I think that this should be solved directly in SVGR environment like it is done with webpack and rollup.
The text was updated successfully, but these errors were encountered:
144dbe3
Successfully merging a pull request may close this issue.
🚀 Feature Proposal
Add support for SVG imports in Parcel projects.
Motivation
It would allow much simpler workflow with SVG in React projects with Parcel bundler.
Example
Pitch
I think that this should be solved directly in SVGR environment like it is done with webpack and rollup.
The text was updated successfully, but these errors were encountered: