Skip to content

Commit

Permalink
feat: add --line-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Jun 30, 2023
1 parent 7172ab3 commit e05a669
Show file tree
Hide file tree
Showing 5 changed files with 928 additions and 414 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.10.3

- **feat**: `importFile()` and `requireFile()` can accept path with search params.\
This is useful when you are running them on the same file but the file has changed since last import.
Expand All @@ -21,6 +21,8 @@
});
```

- **feat**: Add `--line-limit` to `EsbuildFlags`.

## 0.10.2

- **fix**: Wait for first build in watch mode.
Expand Down
Loading

0 comments on commit e05a669

Please sign in to comment.