Skip to content

Commit

Permalink
docs(configuration): fix typo (#7338)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan authored Jul 29, 2024
1 parent 903237a commit 7ae832c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/configuration/output.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ module.exports = {
};
```

T> If the `output.filename` is defined as a string contiaining placeholder such as `[name]`, `[id]`, [`contenthash`], or [`chunkhash`], the default value for `output.chunkFilename` will be derived from the `output.filename`. Otherwise, `[id].js` will be used as the default value.
T> If the `output.filename` is defined as a string containing placeholder such as `[name]`, `[id]`, [`contenthash`], or [`chunkhash`], the default value for `output.chunkFilename` will be derived from the `output.filename`. Otherwise, `[id].js` will be used as the default value.

## output.chunkFormat

Expand Down

0 comments on commit 7ae832c

Please sign in to comment.