Skip to content

Commit

Permalink
fix(docz-core): run right hook name
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jan 23, 2019
1 parent 9d065a0 commit f500971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/docz-core/src/lib/Bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class Bundler<C = ConfigObj> {

this.hooks = {
onCreateWebpackChain<C>(config: C, dev: boolean, args: Args): void {
run('onCreateApp', config, dev, args)
run('onCreateWebpackChain', config, dev, args)
},
onPreCreateApp<A>(app: A): void {
run('onPreCreateApp', app)
Expand Down

0 comments on commit f500971

Please sign in to comment.