Commit a32586a
committed
v0.57.4
Release notes:
- [search] Reduce warnings for worker invocations, especially for `esbuild`-based flows.
- We will hopefully discontinue the `esbuild` workaround at some point, but `esbuild` has been stuck for 3 years on this issue. Because `esbuild` and Vite (which uses `esbuild`) are now dominating the ecosystem, this just causes a warning for a lot of devs/users that they can't do anything about. As frustrating as the situation is, the workaround is semantically fine (even if it's convoluted) and is preserved by `esbuild`-based flows in practice. So we suppress the warning in the medium-term but maintain long-term hope that we can remove it (and the other fallbacks as well).1 parent 138efbe commit a32586a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments