Skip to content

Commit

Permalink
Missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannmoinet committed Sep 30, 2024
1 parent 9216a1a commit a5e8bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/plugins/injection/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export const getInjectionPlugins = (
context.bundler.variant === '5'
? { import: [INJECTED_FILE] }
: INJECTED_FILE;
return newEntry;
}

for (const entryName in originalEntry) {
Expand Down

0 comments on commit a5e8bb0

Please sign in to comment.