Commit 82fa809
authored
prepare 3.3.2 release (#285)
## [3.3.2] - 2024-05-28
### Fixed:
- Set esbuild to target ES2015 aka ES6 so the build is backwards
compatible. This is needed because `rollup-plugin-esbuild`
[v6](https://github.com/egoist/rollup-plugin-esbuild/releases/tag/v6.0.0)
now defaults to es2020 by default and no longer respects tsconfig.json's
target. Fixes this [issue](#283 (comment)) in #283.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments