/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/default-entry/test.config.js
9 строк
193 B
Alexander Akait
feat: resolve default ./src entry to index.html/index.css under experiments (#21039)
26 май 2026, 17:19
Не верифицирован
26 май 2026, 17:19
169b511
Код
Авторство
О чём код?
"use strict"; // Assertions live in the emitted `test.js` asset; the css entry's JS chunk // has no `it(...)` body of its own. module.exports = { findBundle() { return ["./test.js"]; } };