https://kotlinlang.org logo
#javascript
Title
# javascript
e

Edoardo Luppi

11/18/2023, 10:41 AM
Speaking about Webpack, I've switched our Angular apps and libs to esbuild and I've cut in half build times. Is K/JS strictly tied to Webpack, or does the API allow using a different bundler without major hacking?
r

Robert Jaros

11/18/2023, 10:44 AM
e

Edoardo Luppi

11/18/2023, 10:47 AM
Thanks! Upvoted. I don't think we should go for one of them by design, but instead have an API to plug in whatever we need. More code for the consumer maybe, but better flexibility.
Also, the fact Node lacks bundling feels like a great starting point to consider a proper API.
2 Views