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

Removing whitespace unnecessarily #195

Closed
kvey opened this issue Jun 23, 2020 · 1 comment
Closed

Removing whitespace unnecessarily #195

kvey opened this issue Jun 23, 2020 · 1 comment

Comments

@kvey
Copy link

kvey commented Jun 23, 2020

Trying esbuild out I ran into the following on a tsx file:
This space between {text} and < was removed which doesn't appear to happen in our existing webpack build.

 {text} <Button color={colors.blue}>Browse files</Button>

Also: this project is awesome!

@evanw
Copy link
Owner

evanw commented Jun 24, 2020

Thank you very much for reporting this. Sorry about the behavior difference. I'll fix this soon.

@evanw evanw closed this as completed in 25b92bf Jun 24, 2020
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