From 47a79181b02a6a8bee6bb134ee715c038a03679f Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Mon, 14 Jan 2019 16:29:18 -0800 Subject: [PATCH] docs: swap descriptions for [extname] and [ext] --- docs/999-big-list-of-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/999-big-list-of-options.md b/docs/999-big-list-of-options.md index a15ee41df15..86d155c8fbd 100755 --- a/docs/999-big-list-of-options.md +++ b/docs/999-big-list-of-options.md @@ -317,8 +317,8 @@ CLI: `--assetFileNames `
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.