I did it by adding another suffix to my images. There was no other way (yet).
{
experimental: {
turbo: {
rules: {
'*.inline.svg': {
loaders: ['@svgr/webpack'],
as: '*.js',
}
}
}
}
}