Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
InvalidImportResolvePlugin
a BeforeResolvePlugin
vercel/turborepo#8165 introduced plugins that operate before resolving occurs, meaning that plugins like `InvalidImportResolvePlugin` which never use the initial resolve result and report issues can avoid that work. Test Plan: `TURBOPACK_DEV=1 TURBOPACK=1 pnpm test-dev test/development/acceptance-app/invalid-imports.test.ts`
- Loading branch information