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 38874c5 commit 9cedb7aCopy full SHA for 9cedb7a
website/docs/en/config/output.mdx
@@ -426,7 +426,7 @@ export default {
426
## output.filename
427
428
- **Type:** `string | (pathData: PathData, assetInfo?: AssetInfo) => string`
429
-- **Default:** When `[output.module](#outputmodule)` is `true`, it is `'[name].mjs'`, otherwise it is `'[name].js'`.
+- **Default:** When [`output.module`](#outputmodule) is `true`, it is `'[name].mjs'`, otherwise it is `'[name].js'`.
430
431
This option determines the name of each output bundle. The bundle is written to the directory specified by the [`output.path`](#outputpath) option.
432
0 commit comments