question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Build] Improve build times by switching to `esbuild`

See original GitHub issue

Building the packages currently takes 5 - 8 minutes on the CI and I think we can massively improve this by using either preconstruct or esbuild.

Possible ideas:

If anyone wants to take on this task, that would be amazing!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
segunadebayocommented, Sep 18, 2021

@hiroppy, thanks for chiming in!

Feel free to take on this ticket if you want.

1reaction
hiroppycommented, Sep 17, 2021

I think yes because chakra-ui has its own babel plugin but in my understanding, swc doesn’t support babel-plugin now, right?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cut down your Webpack build times by half with esbuild-loader
As your project grows larger, your build times get longer. There is a need to reduce build times. When I say reduce build...
Read more >
Speed Up your webpack Build by 10X - YouTube
If you are struggling with the long wait for your Webpack builds primarily in the CI/CD or when in development. Using ESBuild utilises ......
Read more >
FAQ - ESBuild
js library 10 times and building a single bundle from scratch, without any caches. The benchmark can be run with make bench-three in...
Read more >
webpack or esbuild: Why not both? - LogRocket Blog
Builds can be made faster using tools like esbuild. However, if you're invested in webpack but would still like to take advantage of ......
Read more >
Cut down your Webpack build times by half with esbuild-loader
For those not wanting to click the article, they used the esbuild-loader plugin (which uses esbuild, written in Go, for bundling) with ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found