Skip to content

Commit

Permalink
fix: avoid recompiling all entry templates after changes of a non-ent…
Browse files Browse the repository at this point in the history
…ry partial file, #66
  • Loading branch information
webdiscus committed Mar 11, 2024
1 parent 080949c commit 5a7a2ef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 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

## 5.0.1 (2024-03-11)

- fix: avoid recompiling all entry templates after changes of a non-entry partial file, #66

## 5.0.0 (2024-02-08)

> **Note**
Expand Down
26 changes: 13 additions & 13 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": "pug-plugin",
"version": "5.0.0",
"version": "5.0.1",
"description": "Pug plugin for webpack handles a template as an entry point, extracts CSS and JS from their sources referenced in Pug.",
"keywords": [
"html",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"ansis": "2.0.3",
"html-bundler-webpack-plugin": "^3.6.1",
"html-bundler-webpack-plugin": "^3.6.2",
"js-beautify": "^1.14.11",
"pug": "3.0.2"
},
Expand Down

0 comments on commit 5a7a2ef

Please sign in to comment.