next-optimized-classnames
next-optimized-classnames copied to clipboard
Upgrading to Next.js 12
Hi! It seems that class names are not optimized on Next.js 12.
I've created a pull request for that: https://github.com/kenmueller/next-optimized-classnames/pull/5
@kenmueller you don't get this current build via normal npm installment (npm i next-optimized-classnames). I had to do npm i https://github.com/kenmueller/next-optimized-classnames . Probably because the version in the package.json wasn't updated recently? Idk never hosted a Node Module...