Wei
Wei
Sorry for the late response. Could anybody provide a minimal reproduction repository?
> Same here on Intel iMac running macOS `12.1`, node `v16.13.1`, only when > > ``` > { > eslint: { > ... > } > } > ``` >...
@LukasMarx Would you like to give it a try to upgrade to 0.4.0 if you are using 0.3.x? Many bugs are fixed in 0.4.0 and I don't know whether this...
@LukasMarx could you use `top` or `htop` to inspect the process path
@LukasMarx You can take a look at my minimal test example: https://github.com/fi3ework/vite-plugin-checker/tree/main/playground/react-ts. And provide the information you suspect such as customized tsconfig, monorepo etc. and I would like to reproduce...
update I think `UseFsEventsWithFallbackDynamicPolling` works good at some most time with a low CPU load. But it also has some downside otherwise it has been set as the default strategy...
v0.7 is set to release with an important fix of compatibility with vue-tsc@2. A lot of changes has made since then. It might be possible to release a v0.8 to...
I'll check the PR later.
The dependencies you listed above are peerDependencies but they also are optional which means you only need to install what checker deps you need. Even though we split the packages...