/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/auto-loader/index.js
5 строк
304 B
Alexander Akait
feat: default experiments.css/html/asyncWebAssembly to "auto" (#21365)
08 июл 2026, 23:22
Не верифицирован
08 июл 2026, 23:22
a3773f5
Код
Авторство
О чём код?
it("should keep the built-in css support off when a loader handles .css", () => { // The loader turns the CSS into this JS module; the built-in css type would // instead export an object, so this value proves auto did not enable it. expect(require("./style.css")).toBe("LOADED_BY_CUSTOM_LOADER"); });