/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.100.2
test/TestCasesCachePack.longtest.js
22 строки
433 B
Ivan Kopeykin
use infrastructure-log file
15 фев 2022, 09:08
15 фев 2022, 09:08
157b420
Код
Авторство
О чём код?
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 } }); });