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

fix: inline source code in esm map files #760

Merged
merged 1 commit into from
Jan 13, 2022
Merged

Conversation

jcesarmobile
Copy link
Member

esm source maps point to the .ts files, but we don't distribute them

This PR makes typescript compiler to inline the plugins code into the source maps as rollup is doing for cjs and iife

closes #755

@jcesarmobile jcesarmobile merged commit a960489 into main Jan 13, 2022
@jcesarmobile jcesarmobile deleted the inline-source-maps branch January 13, 2022 10:36
hmaretic24 pushed a commit to hmaretic24/capacitor-plugins that referenced this pull request Nov 9, 2022
hmaretic24 pushed a commit to hmaretic24/capacitor-plugins that referenced this pull request Jan 20, 2023
hmaretic24 pushed a commit to hmaretic24/capacitor-plugins that referenced this pull request Apr 25, 2023
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

Successfully merging this pull request may close these issues.

bug: Plugins references files from src-Folder in SourceMaps
3 participants