Skip to content

Commit

Permalink
log final plugin list too
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 15, 2023
1 parent 88c54db commit 30afa39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/houdini/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@ export async function getConfig({

// flatten any lists of hooks
const plugins = pluginsNested.flat()
console.log('plugins', plugins)

// pass the config file through all of the plugins
for (const plugin of plugins) {
Expand Down

0 comments on commit 30afa39

Please sign in to comment.