Closed
Description
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 ?