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

support svg as React component #1165

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

htdangkhoa
Copy link

@htdangkhoa htdangkhoa commented Jul 18, 2021

Hi @wellykkstream, Webpack 5 has been released and you also support Asset Modules, thanks for this. But I think many developers still need to use SVG as a React component, that's why I created this Pull Request.

In this PR I have combined using both Asset Modules (type asset) for import as URI and @svgr/webpack + file-loader for import as React component.

I have also updated the usage in the README.md file.

Related: #223

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

Successfully merging this pull request may close these issues.

None yet

1 participant