[🐞] qwikVite lint:true can slowdown development servers significantly #6837
Labels
COMMUNITY: PR is welcomed
We think it's a good feature to have but would love for the community to help with the PR for it
COMP: DX
Developer Experience related issue
TYPE: bug
Something isn't working
Which component is affected?
Qwik Rollup / Vite plugin
Describe the bug
On large codebases, starting the dev server can take a very long time and a quite a few seconds on code changes (no HMR).
Reproduction
🙅♂️
Steps to reproduce
No response
System Info
Additional Information
Current workaround is to do
Note: this setting does not affect your vscode eslint rules.
Until this is fixed, I suggest setting
qwikVite
plugin'slint
tofalse
by default so that people must set it to true in their Vite config for it to take effect.You can add a thumbs up if you've experienced this issue and
lint:false
solved it for you.If you don't want the qwikVite linter to be disabled by default, please leave a thumbs down and a comment :).
The text was updated successfully, but these errors were encountered: