Closed
Description
Microsoft now recommends using esbuild instead of webpack, for various reasons, including performance: esbuild is considerably faster than webpack. According to a random benchmark I found, esbuild is almost two orders of magnitude faster than webpack. I would be happy to submit a CL.