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

Commit f500971

Browse files
committed
fix(docz-core): run right hook name
1 parent 9d065a0 commit f500971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/docz-core/src/lib/Bundler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class Bundler<C = ConfigObj> {
5353

5454
this.hooks = {
5555
onCreateWebpackChain<C>(config: C, dev: boolean, args: Args): void {
56-
run('onCreateApp', config, dev, args)
56+
run('onCreateWebpackChain', config, dev, args)
5757
},
5858
onPreCreateApp<A>(app: A): void {
5959
run('onPreCreateApp', app)

0 commit comments

Comments
 (0)