/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/auto-loader/loader.js
7 строк
252 B
Alexander Akait
feat: default experiments.css/html/asyncWebAssembly to "auto" (#21365)
08 июл 2026, 23:22
Не верифицирован
08 июл 2026, 23:22
a3773f5
Код
Авторство
О чём код?
"use strict"; // Minimal stand-in for css-loader: turns a `.css` file into a JS module. /** @type {import("../../../../").LoaderDefinition} */ module.exports = function () { return `module.exports = ${JSON.stringify("LOADED_BY_CUSTOM_LOADER")};`; };