Skip to content

Commit

Permalink
fix: resolving asset files on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Mar 14, 2024
1 parent 5a7a2ef commit daadfcf
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 19 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.2 (2024-03-14)

- fix: resolving asset files on windows

## 5.0.1 (2024-03-11)

- fix: avoid recompiling all entry templates after changes of a non-entry partial file, #66
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"css-loader": "^6.10.0",
"http-server": "^14.1.1",
"prismjs": "^1.29.0",
"pug-plugin": "^5.0.0",
"pug-plugin": "^5.0.2",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"webpack": "^5.90.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-language-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"http-server": "^14.1.1",
"i18next": "^21.10.0",
"prismjs": "^1.29.0",
"pug-plugin": "^5.0.0",
"pug-plugin": "^5.0.2",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"webpack": "^5.90.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/responsive-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"css-loader": "^6.10.0",
"http-server": "^14.1.1",
"prismjs": "^1.29.0",
"pug-plugin": "^5.0.0",
"pug-plugin": "^5.0.2",
"responsive-loader": "^3.1.2",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-multipage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"css-loader": "^6.10.0",
"http-server": "^14.1.1",
"prismjs": "^1.29.0",
"pug-plugin": "^5.0.0",
"pug-plugin": "^5.0.2",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"webpack": "^5.90.3",
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.1",
"version": "5.0.2",
"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.2",
"html-bundler-webpack-plugin": "^3.6.3",
"js-beautify": "^1.14.11",
"pug": "3.0.2"
},
Expand Down

0 comments on commit daadfcf

Please sign in to comment.