/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/auto-default/index.js
7 строк
311 B
Alexander Akait
feat: default experiments.css/html/asyncWebAssembly to "auto" (#21365)
08 июл 2026, 23:22
Не верифицирован
08 июл 2026, 23:22
a3773f5
Код
Авторство
О чём код?
import * as style from "./style.css"; it("should auto-enable the built-in css support when no loader handles .css", () => { // Raw CSS only compiles as a first-class module, not as JavaScript, so a // successful build with an object export proves the built-in type is active. expect(style).toEqual({}); });