Skip to content

Integrate tsc with ViteJS#876

Open
Tristan-WorkGH wants to merge 2 commits intomainfrom
integrate-tsc-vite
Open

Integrate tsc with ViteJS#876
Tristan-WorkGH wants to merge 2 commits intomainfrom
integrate-tsc-vite

Conversation

@Tristan-WorkGH
Copy link
Copy Markdown
Contributor

@Tristan-WorkGH Tristan-WorkGH commented Oct 1, 2025

Replace vite-plugin-eslint by vite-plugin-checker to have both eslint and tsc into the build pipeline of vite.

During dev, it show a little hover in bottom left corner, clickable to show the error output, and show in the console. So it don't block the view like before.
Also the initial runs of ESLint and Typescript are in parallel of the initial build, so no more delay for the build.
image
image

Note

Another reason of this change is because of how the actual plugin include eslint into the vite process create out-of-memory problems when trying to add Babel plugins.

@Tristan-WorkGH Tristan-WorkGH self-assigned this Oct 1, 2025
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Oct 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant