/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/graph/conditional-ensure/a.js
7 строк
188 B
Tobias Koppers
make sure to generate correct chunk connection for blocks that are only connected in some runtimes
17 сен 2020, 11:41
17 сен 2020, 11:41
7df6415
Код
Авторство
О чём код?
import c1 from "./c1"; it("should allow to import an conditionally unneeded chunk", async () => { const c2 = await c1(); const c1_ = await c2.default(); expect(c1_.value).toBe(1); });