/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/TestCasesCachePack.longtest.js
24 строки
448 B
Alexander Akait
chore: resolve "use strict" TODO (#19705)
16 июл 2025, 17:29
Не верифицирован
16 июл 2025, 17:29
d8690f3
Код
Авторство
О чём код?
"use strict"; const path = require("path"); const { describeCases } = require("./TestCases.template"); describe("TestCases", () => { describeCases({ name: "cache pack", cache: { type: "filesystem", buildDependencies: { defaultWebpack: [] } }, snapshot: { managedPaths: [path.resolve(__dirname, "../node_modules")] }, optimization: { innerGraph: true, usedExports: true, concatenateModules: true } }); });