Skip to content

Commit 9566826

Browse files
committed
use table for default value
1 parent c85614b commit 9566826

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/configuration/output.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ The top-level `output` key contains a set of options instructing webpack on how
3434

3535
## output.assetModuleFilename
3636

37-
`string = '[hash][ext][query]'`
37+
`string`
38+
39+
| Default |
40+
| ---------------------- |
41+
| `'[hash][ext][query]'` |
3842

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

0 commit comments

Comments
 (0)