Hello, it seems very interesting. I am using esbuild to build my apps and it has a developper live server. How would you compare bun to esbuild ? what can one do that the other can't ? do you have a compare page ?
Thank you for your comment. The point is that the administrator should not have any extra work. Otherwise I think your solution is already conceivable.
Yes, you don't need Parcel, Vite, Webpack, Rome or Rollup to code with Javascript.
I never understood how to configure webpack and you don't know what thoses tools are doing.
Just keep things simple. Write your own bundler with esbuild. Here is a script I wrote to build a Svelte Typescript Tailwind projetct :
https://github.com/Tazeg/svelte-typescript-esbuild-tailwind-...