/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/hotCases/html/html-head-script-removed/webpack.config.js
20 строк
359 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"; /** @type {import("../../../../").Configuration} */ module.exports = { mode: "development", devtool: false, target: "web", module: { generator: { html: { // Opt the HTML module into the DOM-patch HMR path even // though it isn't reached as a compilation entry. extract: true } } }, experiments: { html: true } };