Its mentioned that bun is faster than webpack, but I haven't been able to find any guides on how to replace webpack with bun IN AN EXISTING PROJECT
I have inherited a semi complicated project that uses webpack for dev and production, and both are importing a shared base file
It's so slow when I run it in the CI I wanna cry, and bun seems like a great solution, but I simply failed to try and recreate the webpack logic using bun
Is there some official guide that explains how to integrate bun into an existing project? Would it help if I pasted the webpack configs here?
Thanks