/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/universal/webpack.config.js
25 строк
385 B
Alexander Akait
fix: support umd web workers loading
19 сен 2025, 01:25
Не верифицирован
19 сен 2025, 01:25
3ac31e2
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration[]} */ module.exports = [ { name: "web", target: ["web", "node"], devtool: false, mode: "development", experiments: { css: true, outputModule: true } }, { name: "node", target: ["web", "node"], devtool: false, mode: "development", experiments: { css: true, outputModule: true } } ];