Here is the collection of 60 open-source animated CSS tooltips.
Both the CSS version and the prompt for AI tools are available.
https://t.co/1MrGrz9TLu
Base fam really went crazy this year ๐ฅ.
The plays, the posts, the cooks... everything ๐คค
The Base Rewind honestly feels like a little movie๐ฌ
Go check yours ๐
https://t.co/1wSzjAbQXl
#Bantr#Base@Bantr_fun@base
@timneutkens Excited for the new tool๐
Btw my usecase was very specific. After moving from Webpack to Turbopack, our overall bundle grew around 100KB (checked on 2 pages).
So wanted to compare bundles to check which parts caused it & prefixed filenames wouldโve made that a bit easier.
NextJS Turbopack
In webpack, the chunk names used to have prefix for associated file (predefined convention files), but in turbopack it's just random ids
It was just a bit helpful knowing which file is contributing how much JS in the bundle, made bundle analysis a bit easier๐
I think using loaders it should be possible to create similar file names in turbopack as well, lmk if anyone knows how to do it.
#nextjs#turbopack#webpack