Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove UnsupportedModule plugin (vercel/turborepo#8439)
This change removes the UnsupportedModule issue module from the codebase. It was used by the UnsupportedModule resolve plugin in Next.js, but there are no longer any unsupported modules. This should improve performance as this check was performed during every resolution.
- Loading branch information