Module resolution warnings under Yarn PnP: Unable to resolve path to module '@vercel/analytics/react'.eslintimport/no-unresolved
#128
Labels
bug
Something isn't working
In this project, we're seeing the same warning from ESLint as is described in #18, but
eslint-import-resolver-typescript
is installed and working correctly for other packages. I suspect the issue is happening because we use Yarn PnP.Currently, we're disabling
import/no-unresolved
for the import:But we're also seeing a warning (and maybe new issues with source maps) during production builds. E.g. the warning in a recent CI build:
These warnings also don't seem to be resolved by unplugging the package.
Other than these warnings, analytics otherwise seem to be working.
The text was updated successfully, but these errors were encountered: