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:
parent
0f0f34fb8a
commit
95aa0cf04c
|
@ -236,6 +236,7 @@ A asset specification object can have the following fields.
|
|||
* `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.
|
||||
* `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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue