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

JSX code is not transformed during build #96

Open
jonkoops opened this issue Nov 21, 2024 · 0 comments
Open

JSX code is not transformed during build #96

jonkoops opened this issue Nov 21, 2024 · 0 comments

Comments

@jonkoops
Copy link
Contributor

Source files such as tokensTable.js are not compiled to regular JS, instead JSX syntax is shipped directly to the NPM package. This leads to problems as it is now the consumers' responsibility to transform this code, leading to weird hacks such as the docs compiling node_modules.

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

No branches or pull requests

1 participant