We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082d5d0 commit 0a84574Copy full SHA for 0a84574
lib/features/interpolater.ts
@@ -37,7 +37,7 @@ export class Interpolater extends Feature {
37
buildTime,
38
}: WaterfallContext): Record<string, string> {
39
return {
40
- name: chunk.name,
+ name: chunk.name ?? '',
41
file: originalFile,
42
filename,
43
basename,
0 commit comments