Skip to content

Commit

Permalink
docs: Fix code fences for link (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanholmerin authored and shellscape committed Jul 10, 2019
1 parent faebb27 commit a36020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/999-big-list-of-options.md
Expand Up @@ -367,7 +367,7 @@ The pattern to use for naming custom emitted assets to include in the build outp
* `[hash]`: A hash based on the name and content of the asset.
* `[name]`: The file name of the asset excluding any extension.

Forward slashes `/` can be used to place files in sub-directories. See also `[`output.chunkFileNames`](guide/en/#outputchunkfilenames)`, [`output.entryFileNames`](guide/en/#outputentryfilenames).
Forward slashes `/` can be used to place files in sub-directories. See also [`output.chunkFileNames`](guide/en/#outputchunkfilenames), [`output.entryFileNames`](guide/en/#outputentryfilenames).

#### output.banner/output.footer
Type: `string | (() => string | Promise<string>)`<br>
Expand Down

0 comments on commit a36020d

Please sign in to comment.