Is there an alternative to webpack raw-loader for turbopack?

Hi there,
Is there an alternative to Webpack raw-loader?
Although the last version was released 5 years ago, it works just fine, but there is a huge “but”,
It has webpack in peer-dependencies, which also have 10s of dependencies and so on.
Removing the loader from my deps removes ~60 dependencies from my package-lock.json
Having more dependencies clean alternative to the loader for turbopack is a big benefit.