-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Hello!
I'm trying to use named exports and it's not working.
export { ReactComponent as Example } from './example.svg';
results in:
src/components/example.svg import { createElement } from "react";
It only works if i use:
export { default as Example } from './example.svg';
I have tried with the following config but it's not worked too.
svgrPlugin({namedExport: 'ReactComponent'}),
Any suggestion?
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels