You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [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.
0 commit comments