We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
force: 'pre'
1 parent f107514 commit 034a7adCopy full SHA for 034a7ad
packages/vite-plugin-checker/src/main.ts
@@ -60,6 +60,7 @@ export function checker(userConfig: UserPluginConfig): Plugin {
60
61
return {
62
name: 'vite-plugin-checker',
63
+ enforce: 'pre',
64
// @ts-ignore
65
__internal__checker: Checker,
66
config: async (config, env) => {
0 commit comments