Skip to content

Commit 034a7ad

Browse files
committed
fix: set plugin as force: 'pre'
1 parent f107514 commit 034a7ad

File tree

1 file changed

+1
-0
lines changed
  • packages/vite-plugin-checker/src

1 file changed

+1
-0
lines changed

packages/vite-plugin-checker/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export function checker(userConfig: UserPluginConfig): Plugin {
6060

6161
return {
6262
name: 'vite-plugin-checker',
63+
enforce: 'pre',
6364
// @ts-ignore
6465
__internal__checker: Checker,
6566
config: async (config, env) => {

0 commit comments

Comments
 (0)