/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/hotCases/universal/dev-server-client/webpack.config.js
8 строк
279 B
Alexander Akait
docs: add Hot Module Replacement examples for web, node and universal (#21222)
19 июн 2026, 13:54
Не верифицирован
19 июн 2026, 13:54
5ee4706
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { // hot/dev-server pulls in hot/emitter (node `events`); bundle it instead of // externalizing via createRequire, which the ESM test runner can't resolve externalsPresets: { node: false } };