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

Don't include source maps in packaged component source #5

Open
epiccoleman opened this issue Apr 27, 2023 · 0 comments
Open

Don't include source maps in packaged component source #5

epiccoleman opened this issue Apr 27, 2023 · 0 comments
Labels

Comments

@epiccoleman
Copy link
Owner

Right now, the tsconfig is set up to generate source map files for the compiled code. These are useful for development of the component, but since Typescript source files aren't included in the published package, they're of no use to package users.

As a matter of fact, since I use parcel to run the demo application, I may not even need to generate them with tsc at all... parcel might be doing this for me already.

Either way, they aren't needed in the packaged component.

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

No branches or pull requests

1 participant