You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you consider upgrading to Next.js 11 (which has a bunch of improvements, including built-in support for Sass) and then removing the extraneous dependencies?
This would also help to address the security vulnerabilities with the old dependencies.
I helped recently doing this to another site, and these are some of the changes:
Hi @ChangoMan!
Would you consider upgrading to Next.js 11 (which has a bunch of improvements, including built-in support for Sass) and then removing the extraneous dependencies?
This would also help to address the security vulnerabilities with the old dependencies.
I helped recently doing this to another site, and these are some of the changes:
https://github.com/jonaschlegel/jonaschlegel.com/commits/master
Only 4 dependencies required with this new version:
...and also managed to get rid of all of the
*.config.js
files 🙌 : https://github.com/jonaschlegel/jonaschlegel.com/tree/masterThe text was updated successfully, but these errors were encountered: