Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Default source map as inline makes source maps useless #11

Open
vjpr opened this issue Sep 25, 2021 · 0 comments
Open

Default source map as inline makes source maps useless #11

vjpr opened this issue Sep 25, 2021 · 0 comments

Comments

@vjpr
Copy link

vjpr commented Sep 25, 2021

sourceMaps: opts.sourceMaps === undefined ? "inline" : opts.sourceMaps

source-map-support doesn't seem to work with inline maps (needs a require hook - https://github.com/evanw/node-source-map-support#options). To get accurate maps, it needs to be true in swc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant