Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
fix(gatsby-theme-docz): expose gatsby actions to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Sep 4, 2019
1 parent e5c42b8 commit 66546a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gatsby-theme-docz/lib/onCreateWebpackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ module.exports = async (params, opts) => {
})
}

run('onCreateWebpackConfig', config, stage === 'develop', args)
run('onCreateWebpackConfig', actions, stage === 'develop', args, config)
}

0 comments on commit 66546a4

Please sign in to comment.