You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently added vite-plugin-checker into our project, it works fine during development, but it leads to an infinite freeze during link an external lib: yarn link @fleet/shared && yarn add @fleet/shared && vite optimize --force
I use the simple configuration:
checker({
typescript: true,
}),
When I set typescript to false, it works fine. But I can't find a way, how I can turn the checker off during the link process
Reproduction
Add an external lib to the project;
Add vite-plugin-checker with the simple typescript configuration;
Try to link the external lib;
See the freeze.
Expected behavior
Add an external lib to the project;
Add vite-plugin-checker with the simple typescript configuration;
Describe the bug
I've recently added vite-plugin-checker into our project, it works fine during development, but it leads to an infinite freeze during link an external lib:
yarn link @fleet/shared && yarn add @fleet/shared && vite optimize --force
I use the simple configuration:
When I set typescript to false, it works fine. But I can't find a way, how I can turn the checker off during the link process
Reproduction
vite-plugin-checker
with the simple typescript configuration;Expected behavior
vite-plugin-checker
with the simple typescript configuration;System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: