Skip to content

Commit 9cedb7a

Browse files
authored
docs(config): output.filename link fix (#11369)
1 parent 38874c5 commit 9cedb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/en/config/output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ export default {
426426
## output.filename
427427

428428
- **Type:** `string | (pathData: PathData, assetInfo?: AssetInfo) => string`
429-
- **Default:** When `[output.module](#outputmodule)` is `true`, it is `'[name].mjs'`, otherwise it is `'[name].js'`.
429+
- **Default:** When [`output.module`](#outputmodule) is `true`, it is `'[name].mjs'`, otherwise it is `'[name].js'`.
430430

431431
This option determines the name of each output bundle. The bundle is written to the directory specified by the [`output.path`](#outputpath) option.
432432

0 commit comments

Comments
 (0)