It would be great if this plugin added an option to use the SVGR + url-loader pattern, so that you can have imports like so:
import starUrl, { ReactComponent as Star } from './star.svg'
Would just be a matter of adding an optional extra loader on this line, as a non-breaking change.