/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/plugins/define-plugin-runtime-value-errors/infrastructure-log.js
9 строк
178 B
Alexander Akait
fix(css): terminate a string or url() the tokenizer closed at EOF (#21624)
07 авг 2026, 16:56
Не верифицирован
07 авг 2026, 16:56
21af4f5
Код
Авторство
О чём код?
"use strict"; module.exports = (options) => { if (options.cache && options.cache.type === "filesystem") { return [/Pack got invalid because of write to/]; } return []; };