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