turborepo
41075ab1 - Turbopack: Add `BeforeResolve` plugin type (#8165)

Commit
1 year ago
Turbopack: Add `BeforeResolve` plugin type (#8165) This adds a new plugin type for replacing resolution _before_ it occurs. This allows plugin authors to intercept requests for modules in place of the typical resolution strategy. This is used to replace `ImportMapping` replacers for `@next/font/local` in an upcoming Next.js PR
Author
Parents
Loading