mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
1cde7056db
commit
78038027fc
1 changed files with 1 additions and 0 deletions
|
|
@ -234,6 +234,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 a new issue