You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Change log
2
2
3
+
## 3.5.4 (2024-03-03)
4
+
5
+
- optimize: lazy load the plugin config file
6
+
- refactor: change the label in output: `html-bundler-webpack-plugin` => `HTML bundler plugin`
7
+
- refactor: optimize code for other plugins extending from this plugin.\
8
+
For example: the [pug-plugin](https://github.com/webdiscus/pug-plugin) since the version `5.0.0` is extended from the `html-bundler-webpack-plugin` with Pug specifically settings.
9
+
- docs: add description how to use the `entry` plugin option as the array of the `EntryDescription`, e.g.:
10
+
```js
11
+
{
12
+
entry: [
13
+
{
14
+
filename:'index.html', // output filename in dist/
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "html-bundler-webpack-plugin",
3
-
"version": "3.5.3",
3
+
"version": "3.5.4",
4
4
"description": "HTML bundler plugin for webpack handles a template as an entry point, extracts CSS and JS from their sources referenced in HTML, supports template engines like Eta, EJS, Handlebars, Nunjucks.",
0 commit comments