/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/webpack-loader-parse-error/app/data.broken.js
5 строк
193 B
Tobias Koppers
Show generated code from loaders in parse error messages (#89898)
16 мар 2026, 15:41
Не верифицирован
16 мар 2026, 15:41
261922d
Код
Авторство
О чём код?
// This file will be processed by broken-js-loader // The loader will return invalid JavaScript with a source map export default function Data() { return <div>original source content</div> }