chore: Add Babel plugin to disable Next.js link prefetching

This commit is contained in:
mauro 🤙
2024-08-27 23:13:46 +00:00
parent 8badee4776
commit 021b2cc4e4
3 changed files with 7464 additions and 150 deletions

4
.babelrc Normal file
View File

@@ -0,0 +1,4 @@
{
"presets": ["next/babel"],
"plugins": ["./babel/disable-nextjs-link-prefetching"]
}