is it posible to have SVGR namedExports in parcel? #8617
Unanswered
diego-toro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to migrate an app from
react-scripts
toparcel
since sounded like a good idea as various CSS-In-JS options suggest it as an option.And the thing is I don't wanna touch the code base more than necessary. So far
sass
andCSS modules
work great and just had to set things up as the documentation states. But for SVGs I use named exports and the official documentation mentions nothing about it. Not sure if it's possible.Here is a basic sample of what I'm trying to achieve
Beta Was this translation helpful? Give feedback.
All reactions