Skip to content

cli6rc4 allowOutsideOutDir not works #10350

Closed
@elvisbegovic

Description

@elvisbegovic

Versions

Angular CLI: 6.0.0-rc.4
Angular*: 6.0.0-rc.5

Repro steps

"allowOutsideOutDir":true still not works here (6rc4)?

in my architect.build.options i have:

"assets": [
{
  "glob": "favicon.ico",
  "input": "src",
  "output": "../",
  "allowOutsideOutDir":true
},
{
  "glob": "**/*",
  "input": "src/assets",
  "output": "../assets",
  "allowOutsideOutDir":true
}
]

Data path ".assets[0]" should NOT have additional properties(allowOutsideOutDir).

Mention any other details that might be useful (optional)

this issue #10284 seems improve message error but not fix allowOutsideOutDir ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions