/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/source-map/css-modules-link-source-map/webpack.config.js
12 строк
205 B
Alexander Akait
fix: map link-type CSS module class exports in JS source map (#20909)
05 май 2026, 15:55
Не верифицирован
05 май 2026, 15:55
756c41a
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { target: "node", mode: "development", devtool: "source-map", entry: "./index.js", experiments: { css: true } };