Skip to content

Commit

Permalink
fix: resolve filename containing a URI fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Aug 12, 2023
1 parent a40c226 commit 7930657
Show file tree
Hide file tree
Showing 246 changed files with 291 additions and 16,987 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 4.9.9 (2023-08-12)
- fix: resolve filename containing a URI fragment, e.g.:
```pug
use(href=require("./icons.svg#home"))
```
- chore: update npm packages

## 4.9.8 (2023-07-06)
- fix: missing slash in output filename when publicPath is an url
- test: add test for bugfix with missing slash in output filename
Expand Down
Loading

0 comments on commit 7930657

Please sign in to comment.