Skip to content

Commit

Permalink
fix(compiler): remove type in afterDeclarations property
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericEspiau committed Aug 12, 2021
1 parent a4353b8 commit 28b6023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler/defaults/webpack-defaults.ts
Expand Up @@ -35,7 +35,7 @@ export const webpackDefaultsFactory = (
getCustomTransformers: (program: any) => ({
before: plugins.beforeHooks.map((hook) => hook(program)),
after: plugins.afterHooks.map((hook) => hook(program)),
afterDeclaratqions: plugins.afterDeclarationsHooks.map((hook) =>
afterDeclarations: plugins.afterDeclarationsHooks.map((hook) =>
hook(program),
),
}),
Expand Down

0 comments on commit 28b6023

Please sign in to comment.