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 was archived by the owner on Mar 17, 2021. It is now read-only.
Expected Behavior
*.jsonshould be loaded successfully with raw-loader like the*.js;Actual Behavior
*.jsoncannot be loaded successfully.Code
How Do We Reproduce?
I just created a minimal reproduction repo: raw-loader-load-json-repro, and here're the reproduction steps:
git clone https://github.com/ulivz/raw-loader-load-json-reproyarnnpx webpackindex.js,commentjsonimport and uncommentjsimport:Ru-run
npx webpack,the build will be success.