Commit 2bfddc4
authored
fix: Set esbuild target to es6 to be backwards compatible. (#157)
`rollup-plugin-esbuild`
[v6](https://github.com/egoist/rollup-plugin-esbuild/releases/tag/v6.0.0)
defaults to es2020 by default and no longer respects tsconfig.json's
target. This PR explicitly sets esbuild to target ES2015 aka ES6 so the
build is backwards compatible.
Fixes this
[issue](#283 (comment)).1 parent e50f397 commit 2bfddc4
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