Skip to content

Commit 3beb903

Browse files
authored
docs: update output.assetModuleFilename type (#7145)
1 parent a960640 commit 3beb903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The top-level `output` key contains a set of options instructing webpack on how
3535

3636
## output.assetModuleFilename
3737

38-
`string = '[hash][ext][query]'`
38+
`string = '[hash][ext][query]'` `function (pathData, assetInfo) => string`
3939

4040
The same as [`output.filename`](#outputfilename) but for [Asset Modules](/guides/asset-modules/).
4141

0 commit comments

Comments
 (0)