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.
Expected Behavior
*.json
should be loaded successfully with raw-loader like the*.js
;Actual Behavior
*.json
cannot 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-repro
yarn
npx webpack
index.js
,commentjson
import and uncommentjs
import:Ru-run
npx webpack
,the build will be success.The text was updated successfully, but these errors were encountered: