This now has really started to feel like the last days of Rome.
Turbopack, the successor to Webpack
21–30 of 331 posts
Re: Turbopack, the successor to Webpack
#22Re: Turbopack, the successor to Webpack
#23Wow remote caching like Bazel is wild to see in a bundler. It's nice to see someone realize that JS bundling is more or less like compiling and linking in the native code world and we just need to accept it and optimize the hell out of it.
Re: Turbopack, the successor to Webpack
#24Very excited for this if the configuration and behavior is 1:1 with Webpack. The primary reason I haven't moved to other "more efficient" build tools is having to learn how to do various optimizations and getting the artifacts I expect.
> We're planning on making Turbopack very flexible and extensible, but we're not planning 1:1 compatibility with Webpack. This lets us make choices which improve on Webpack's API, and let us optimize for speed and efficiency.
Re: Turbopack, the successor to Webpack
#25Not for something that "scales to 100 teams", just something for me to spin an app up in quickly. i.e. 0 to 1 is the only thing that matters.
Re: Turbopack, the successor to Webpack
#26Literally 1 day after my team migrates our build to Vite :')
Re: Turbopack, the successor to Webpack
#27Vercel is on a streak. I am curious whether Turbopack elapses Vite like Vite elapsed Webpack over the past 12 months.
according to the article, Turbopack is 10-20x faster than Vite. I wonder how they were able to edge it out so significantly!
Re: Turbopack, the successor to Webpack
#28Wow remote caching like Bazel is wild to see in a bundler. It's nice to see someone realize that JS bundling is more or less like compiling and linking in the native code world and we just need to accept it and optimize the hell out of it.
speaking of which, is it reasonable to use Bazel instead of webpack?
Re: Turbopack, the successor to Webpack
#29Literally 1 day after my team migrates our build to Vite :')
At least that is stable now, be happy
Re: Turbopack, the successor to Webpack
#30Vercel is on a streak. I am curious whether Turbopack elapses Vite like Vite elapsed Webpack over the past 12 months.