cletusw / webpack-issue-7057

Minimal repro case for https://github.com/webpack/webpack/issues/7057

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack-issue-7057

Minimal repro case for webpack/webpack#7057

Usage

npm install && npx webpack

Output

ERROR in ./src/data.js (./loader.js!./src/data.js)
Module parse failed: Unexpected token (1:4)
You may need an appropriate loader to handle this file type.
| {"a":"a","b":"b"}
 @ ./src/index.js 1:12-42

About

Minimal repro case for https://github.com/webpack/webpack/issues/7057

License:MIT License


Languages

Language:JavaScript 100.0%