Skip to content

fix: missing jsx/tsx in build #957

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

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

carlosdp
Copy link
Contributor

Summary

Currently, src/render.tsx is not being built by Babel, because it was changes to a tsx extension, but Babel is only told to build js and ts.

Also, it seems the out directory is out of date in package.json.

Test plan

It now builds everything.

@AugustinLF AugustinLF self-requested a review April 19, 2022 13:58
Copy link
Collaborator

@AugustinLF AugustinLF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch thanks!

@AugustinLF
Copy link
Collaborator

@thymikee should we consider publishing the TS version? Will help to make sure that nothing else was missed.

Copy link
Member

@thymikee thymikee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@thymikee thymikee merged commit 221486b into callstack:main Apr 26, 2022
@thymikee
Copy link
Member

should we consider publishing the TS version? Will help to make sure that nothing else was missed.

@AugustinLF I don't see it's needed, as it was a one-time thing. It would bloat the npm package and I'd like to avoid this if possible.

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.

3 participants