Integrate svgr/webpack

Like i tought the problem is related at how priority is set with assets modules of webpack.

Doing so make the svgr to work but will disable inline and ressource in script files… For my need it’s okay i dont use thoses.

bud.build.rules.svg.setIssuer(/^(?!.*\.(js|ts|jsx)$).*$/);
bud.build.rules['inline-svg'].setIssuer(/^(?!.*\.(js|ts|jsx)$).*$/);