Skip to content

Commit

Permalink
docs: swap descriptions for [extname] and [ext] (#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac authored and lukastaegert committed Jan 19, 2019
1 parent 00d7521 commit c1feb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/999-big-list-of-options.md
Expand Up @@ -317,8 +317,8 @@ CLI: `--assetFileNames <pattern>`<br>
Default: `"assets/[name]-[hash][extname]"`
The pattern to use for naming custom emitted assets to include in the build output. Pattern supports the following placeholders:
* `[ext]`: The file extension of the asset including a leading dot, e.g. `.css`.
* `[extname]`: The file extension without a leading dot, e.g. `css`.
* `[extname]`: The file extension of the asset including a leading dot, e.g. `.css`.
* `[ext]`: The file extension without a leading dot, e.g. `css`.
* `[hash]`: A hash based on the name and content of the asset.
* `[name]`: The file name of the asset excluding any extension.
Expand Down

0 comments on commit c1feb63

Please sign in to comment.