Skip to content

Commit

Permalink
fix: fail rebuild after changed css file if no html entry defined, #132
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Dec 18, 2024
1 parent 30dc081 commit c7520bf
Show file tree
Hide file tree
Showing 17 changed files with 286 additions and 93 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 4.10.4 (2024-12-18)

fix: fail rebuild after changed css file if no html entry defined, #132

## 4.10.3 (2024-12-13)

- fix: resolve webpack alias correctly if it is external URL
Expand Down
237 changes: 166 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-bundler-webpack-plugin",
"version": "4.10.3",
"version": "4.10.4",
"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.",
"keywords": [
"html",
Expand Down Expand Up @@ -205,6 +205,6 @@
"vue-loader": "^17.4.2",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "^5.1.0"
"webpack-dev-server": "^5.2.0"
}
}
Loading

0 comments on commit c7520bf

Please sign in to comment.