Hi, I'm having trouble getting the plugin to work with imported SVGs e.g. ``` import Logo from './images/logo.svg'; ``` However it works when the SVG is inlined. You can view a demo of the problem here: [](https://codesandbox.io/s/inspiring-euclid-37b3f?fontsize=14&hidenavigation=1&theme=dark)
Hi,
I'm having trouble getting the plugin to work with imported SVGs e.g.
However it works when the SVG is inlined.
You can view a demo of the problem here: