/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/chunks-order/module/foo.js
9 строк
261 B
Xiao
fix: the `dependOn` chunk must be loaded before the common chunk (#20073)
03 ноя 2025, 16:12
Не верифицирован
03 ноя 2025, 16:12
45a775e
Код
Авторство
О чём код?
import "./style.css"; import "./dependency.js"; it("The dependOn chunk must be loaded before the common chunk.", async () => { const fs = await eval(`import("fs")`) const source = fs.readFileSync(__filename, "utf-8"); expect(source).toMatchSnapshot(); });