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 a960640 commit 3beb903Copy full SHA for 3beb903
src/content/configuration/output.mdx
@@ -35,7 +35,7 @@ The top-level `output` key contains a set of options instructing webpack on how
35
36
## output.assetModuleFilename
37
38
-`string = '[hash][ext][query]'`
+`string = '[hash][ext][query]'` `function (pathData, assetInfo) => string`
39
40
The same as [`output.filename`](#outputfilename) but for [Asset Modules](/guides/asset-modules/).
41
0 commit comments