Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Sourcemap not generate index.d.ts.map file #311

Closed
harrytran998 opened this issue May 28, 2021 · 4 comments
Closed

[Enhancement] Sourcemap not generate index.d.ts.map file #311

harrytran998 opened this issue May 28, 2021 · 4 comments

Comments

@harrytran998
Copy link

It's really annoying when going to definition code when don't have the index.d.ts.map source map file! Hope anyone can do that!

@egoist
Copy link
Owner

egoist commented May 28, 2021

unfortunately sourcemap is not supported by rollup-plugin-dts Swatinem/rollup-plugin-dts#113

@harrytran998
Copy link
Author

:( OOps, thank you for the quick response! So I consider swap to Parcel to do that! You have any suggestions like Parcel?

@egoist
Copy link
Owner

egoist commented May 28, 2021

hmm I don't think Parcel generates d.ts for you, maybe you should try rollup + rollup-plugin-typescript2

@harrytran998
Copy link
Author

thank you <3! So I close it!

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

No branches or pull requests

2 participants