Skip to content

Commit

Permalink
chore: execut callback if normalizedConsumeTypes is false
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 committed Jan 8, 2025
1 parent fed84e7 commit f773237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dts-plugin/src/plugins/ConsumeTypesPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class ConsumeTypesPlugin implements WebpackPluginInstance {
)(dtsOptions.consumeTypes);

if (!normalizedConsumeTypes) {
callback();
return;
}

Expand Down

0 comments on commit f773237

Please sign in to comment.