You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not familiar with Webpack raw-loader. After reading the documentation, it appears as though it loads files as strings like a catch-all loader. Don't know what you'd do with those strings though; only makes sense for .txt.
How's this work with Jest though?
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.91. Please mark this comment with 👍 or 👎 to give our bot feedback!
I think I get it now. This allows you to load files in Jest as strings similar to how you'd do that in Webpack. This isn't a Webpack loader for Jest files.
I'm not familiar with Webpack
raw-loader
. After reading the documentation, it appears as though it loads files as strings like a catch-all loader. Don't know what you'd do with those strings though; only makes sense for.txt
.How's this work with Jest though?
The text was updated successfully, but these errors were encountered: