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
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
It means you use file-loader instead raw-loader for this file, anyway file-loader/url-loader/raw-loader is deprecated for webpack v5, please migrate on https://webpack.js.org/guides/asset-modules/
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
Content of the file should be imported
Actual Behavior
a string like
export default __webpack_public_path__ + "$test.10d9aaad.txt";
is importedCode
How Do We Reproduce?
I will add that later, when I have successfully reproduced the issue on a small repo
edit: https://github.com/FelixSab/raw-loader-issue
install the npm packages and execute yarn start / npm run start. The result is shown in the console
The text was updated successfully, but these errors were encountered: