Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mavarazy committed Sep 14, 2022
1 parent b72a426 commit bf4bd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/images/next-image-loader-stub.ts
Expand Up @@ -12,7 +12,7 @@ const nextImageLoaderStub: RawLoaderDefinition<LoaderOptions> = function (
const { filename } = this.getOptions()
const outputPath = interpolateName(
this,
filename.replace('[ext]', '.[ext]'),
filename?.replace('[ext]', '.[ext]'),
{
context: this.rootContext,
content
Expand Down

0 comments on commit bf4bd3d

Please sign in to comment.