CRA2 style tag with svg as component
Created by: tnargib
Is this a bug report?
No.
I would like to use the new svg as react component feature from CRA2 but svgr keeps removing the tag from my image. What I want is to use the <code>inlineStyles</code> plugin from svgo to transform the style tag into properties of the svg tag.</p> <p data-sourcepos="13:1-13:220">As I can see in #5062 and #4799 svgo has been disabled. Is there any way I can override the default configuration ? I have tried with a <code>.svgrrc.json</code>, a <code>.svgo.yml</code> and <code>svgr</code> key in the package.json but nothing worked.</p>