/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/html-template/src/app.js
4 строки
243 B
Alexander Akait
feat(html): add module.parser.html.template option (#21055)
29 май 2026, 16:56
Не верифицирован
29 май 2026, 16:56
4fbec23
Код
Авторство
О чём код?
// This script is referenced by `<script src="./app.js">` in the HTML entry. // HtmlModulesPlugin turns that reference into a webpack entry and rewrites the // tag to point at the emitted bundle. console.log("Hello from the bundled script!");