/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/hotCases/css/accept-split-chunks/barrel.js
8 строк
217 B
Xiao
fix: guard HarmonyAcceptDependency against unresolved module ids (#21302)
29 июн 2026, 21:57
Не верифицирован
29 июн 2026, 21:57
0abec4d
Код
Авторство
О чём код?
export { helper } from "./helper.js"; export { unusedFn } from "./unused.js"; import * as styles from "./style.module.css"; module.hot.accept(["./style.module.css", "./style2.module.css"], () => { void styles; });