Closed
Description
Description
I'm using the getAssetTransformRules
function in the following way:
Repack.getAssetTransformRules({svg: 'svgr'})
To reduce the amount of boilerplace, I would love to pass some options to @svgr/webpack
like dimensions: false
.
Suggested solution
Would you consider a contribution in order to extend the signature of getAssetTransformRules
to allow an additional option name svgOptions
, or something like that?
If not, I would like to contribute using the right approach that works for you.
Additional context
No response