/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/hotCases/worker/move-between-runtime/webpack.config.js
10 строк
159 B
Alexander Akait
fix: respect `node:` prefix everywhere (#19721)
23 июл 2025, 21:45
Не верифицирован
23 июл 2025, 21:45
ff7534a
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { output: { environment: { nodePrefixForCoreModules: false } } };