Add support for sourcemap: external, both
Open
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 275
- PR merge metrics
- No merged PRs in 30d
Description
I think `sourcemap: true`, currently maps to `linked`, but there are also other modes supported by esbuild that are useful, such as `external` which generates a sourcemap without a `sourceMappingUrl` or `both` which is both `inline` and `external`.
Contributor guide
Assessment
This issue has not been assessed yet.