docs: update assets configuration to include `followSymlinks` option (#41238)

The `followSymlinks` is not listed in the assets configuration section.

PR Close #41238
This commit is contained in:
Alan Agius 2021-03-17 11:11:41 +01:00 committed by Jessica Janiuk
parent 0f0f34fb8a
commit 95aa0cf04c
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ A asset specification object can have the following fields.
* `input`: A path relative to the workspace root. * `input`: A path relative to the workspace root.
* `output`: A path relative to `outDir` (default is `dist/`*project-name*). Because of the security implications, the CLI never writes files outside of the project output path. * `output`: A path relative to `outDir` (default is `dist/`*project-name*). Because of the security implications, the CLI never writes files outside of the project output path.
* `ignore`: A list of globs to exclude. * `ignore`: A list of globs to exclude.
* `followSymlinks`: Allow glob patterns to follow symlink directories. This allows subdirectories of the symlink to be searched. Defaults to `false`.
For example, the default asset paths can be represented in more detail using the following objects. For example, the default asset paths can be represented in more detail using the following objects.