Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardcode the search worker entry to avoid error messages in Firefox.
I would prefer to avoid hardcoding any paths except those that are published as CDN entry points, but `esbuild` still doesn't support `new URL(…, import.meta.url)` (evanw/esbuild#312) or `import.meta.resolve(…)` (evanw/esbuild#2866).
- Loading branch information