html-bundler-webpack-plugin
Advanced tools
Changelog
4.6.1 (2024-12-04)
Changelog
4.6.0 (2024-12-03) DEPRECATED
*.md
files in the template engines: eta
, ejs
, handlebars
, pug
.
The markdown file can be included in the HTML template, e.g. Eta
:
<html>
<head>
<!-- Load Markdown and Highlighting styles -->
<link href="github-markdown-css/github-markdown-light.css" rel="stylesheet" />
<link href="prismjs/themes/prism.min.css" rel="stylesheet" />
</head>
<body class="markdown-body">
<!-- Load Markdown file -->
<%~ include('readme.md') %>
</body>
</html>
Changelog
4.5.3 (2024-11-28)
.\32xl\:w-96
, .lg\:ml-4
Changelog
4.5.2 (2024-11-28)
back-tick
quotesChangelog
4.5.1 (2024-11-28)
splitChunks.chunks
option then this options will be removed and will be displayed a warning
This option makes no sense, because we will split only scripts.Changelog
4.5.0 (2024-11-25)
css.hot
option to enable HMR for stylesChangelog
4.4.3 (2024-11-23)
Changelog
4.4.2 (2024-11-18)
splitChunks
and occurs the error: Can't resolve a CSS file in template