Describe the bug There are no typescript errors but every time I start my vite server, it crashes after a few hmr updates. All I see is this: node:internal/event_target:1090 process.nextTick(() => { throw err; }); ^ Error: Debug Failure...
I cannot get an error out of vite serve on an empty project with a linter error purposely build in, but vite build does display the error (twice). Versions vite: 4.5.0 vite-plugin-eslint 1.8.1 eslint 8.53.0 Vite config import eslint from 'vite-plugin-eslint'; /** @type {import...
"vite-plugin-modular-tailwindcss": minor --- New strict version for serve plugin 1 change: 0 additions & 1 deletion 1 .prettierrc Original file line numberDiff line numberDiff line change @@ -1,6 +1,5 @@ { "plugins": ["prettier-plugin-organize-imports"], "semi": true, "traili...
@nx/vite/pluginwill only create serve target on a vite project when there is not a build.lib target, even if there is a serve config present in thevite.config.ts. This change was introduced by#26420 Expected Behavior @nx/vite/plugininfers correctly that the project has a serve target, ...
Describe the bug The slidev:config plugin configures the Vite dev server to load the built-in Vue index page for any request URLs ending with .html. This makes it so Vite cannot be used to serve additional pages that might be used as emb...