unplugin / unplugin-auto-import

Auto import APIs on-demand for Vite, Webpack and Rollup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to resolve path to module 'unplugin-auto-import/vite'

DrJume opened this issue · comments

After updating to unplugin-auto-import@0.6.4 eslint cannot resolve to this module.

Can you share a minimal reproduction? Thanks.

Sorry for the delayed answer.

Here is the reproduction: https://github.com/DrJume/unplugin-auto-import-repro-136

Run:

$ pnpm install
$ pnpm lint

Please just disable import/no-unresolved rule, since you're already using TypeScript. The TypeScript compiler will check this.

What if I'm not using TS ?