Skip to content

Commit

Permalink
fix: set plugin as force: 'pre'
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Jan 1, 2023
1 parent f107514 commit 034a7ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite-plugin-checker/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export function checker(userConfig: UserPluginConfig): Plugin {

return {
name: 'vite-plugin-checker',
enforce: 'pre',
// @ts-ignore
__internal__checker: Checker,
config: async (config, env) => {
Expand Down

0 comments on commit 034a7ad

Please sign in to comment.