Skip to content

Commit

Permalink
ChunkReferencesPlugin: Update types in webpack plugin (#8658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jun 18, 2023
1 parent 9a7f0b6 commit 90a5e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class ChunkReferencesPlugin {
apply(compiler: Compiler) {
compiler.hooks.emit.tap('ChunkReferencesPlugin', (compilation) => {
const output: Array<{
name: string
name: string | undefined
id: string | number
files: Array<string>
referencedChunks: Array<string | number>
Expand Down

0 comments on commit 90a5e00

Please sign in to comment.