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

Switch to esbuild for Inferno project #1545

Closed
jhsware opened this issue Mar 27, 2021 · 3 comments
Closed

Switch to esbuild for Inferno project #1545

jhsware opened this issue Mar 27, 2021 · 3 comments

Comments

@jhsware
Copy link
Contributor

jhsware commented Mar 27, 2021

The current build pipeline for the Inferno project is slow enough to be an obstacle in development and testing of the core libraries. Esbuild promises to be an order of magnitude faster with support for both JSX and TS.
https://github.com/evanw/esbuild

Perhaps one could reach out to Evan Wallace and the Esbuild team to discuss if it is feasible and what obstacles might be in the way.

@jhsware
Copy link
Contributor Author

jhsware commented Apr 14, 2021

This is a missing feature in Esbuild that is required for production builds of Inferno evanw/esbuild#128

@jhsware
Copy link
Contributor Author

jhsware commented Apr 14, 2021

We ended it up with this instead #1558

@Havunen
Copy link
Member

Havunen commented Sep 15, 2021

I think the current build is fast enough for daily development work. We can close this issue

@Havunen Havunen closed this as completed Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants