Skip to content

Commit b22b806

Browse files
committed
docs: update changelog
1 parent ec1200c commit b22b806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
- **feat**: Add `--exclude:pattern` to exclude paths.
66
When enabled without `--include`, it assumes all paths will be included, i.e. `--include:**`.
7-
It does not inherit `--external` because it uses different match algorithms.
7+
It does not inherit from `--external` which are directly passed to esbuild options.
88

9-
I may change the implementation (include and exclude) to match [esbuild's glob algorithm](https://github.com/evanw/esbuild/blob/main/internal/helpers/glob.go) for smaller footprint in the future.
9+
The implementation (include and exclude) is changed to matching [esbuild's glob algorithm](https://github.com/evanw/esbuild/blob/main/internal/helpers/glob.go) for smaller footprint. So the pattern only supports `*` and `**` now.
1010

1111
## 0.10.12
1212

0 commit comments

Comments
 (0)