/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/source-map/devtools-default/webpack.config.js
11 строк
190 B
hai-x
feat: support array values for devtool option (#20191)
22 дек 2025, 00:12
Не верифицирован
22 дек 2025, 00:12
b0e0e4c
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { mode: "development", target: ["web", "node"], experiments: { css: true, outputModule: true } };