|
|
|
|
|
by dstaley
1767 days ago
|
|
One thing that's important to keep in mind is that esbuild is a bundler, in that it can take an input file that imports other JS files and create an optimized ready-for-production output bundle file. SWC cannot, yet, accomplish this.[1] It is in the works, however! But if I was choosing a replacement for Webpack to use today, I'd definitely go with esbuild. [1] https://swc.rs/docs/spack-basic/#mode |
|