Skip to content

Commit

Permalink
fix: enforce post for config plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jun 2, 2024
1 parent 0973495 commit 7fd9e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export function configHook(
export const config = (options: PluginFullOptions): Plugin => {
return {
name: 'vite-plugin-adonis:config',
enforce: 'post',
config: configHook.bind(null, options),
}
}

0 comments on commit 7fd9e77

Please sign in to comment.