Skip to content

Commit c7520bf

Browse files
committed
fix: fail rebuild after changed css file if no html entry defined, #132
1 parent 30dc081 commit c7520bf

17 files changed

Lines changed: 286 additions & 93 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 4.10.4 (2024-12-18)
4+
5+
fix: fail rebuild after changed css file if no html entry defined, #132
6+
37
## 4.10.3 (2024-12-13)
48

59
- fix: resolve webpack alias correctly if it is external URL

package-lock.json

Lines changed: 166 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-bundler-webpack-plugin",
3-
"version": "4.10.3",
3+
"version": "4.10.4",
44
"description": "Generates complete single-page or multi-page website from source assets. Build-in support for Markdown, Eta, EJS, Handlebars, Nunjucks, Pug. Alternative to html-webpack-plugin.",
55
"keywords": [
66
"html",
@@ -205,6 +205,6 @@
205205
"vue-loader": "^17.4.2",
206206
"webpack": "5.96.1",
207207
"webpack-cli": "5.1.4",
208-
"webpack-dev-server": "^5.1.0"
208+
"webpack-dev-server": "^5.2.0"
209209
}
210210
}

0 commit comments

Comments
 (0)