-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionarea: @angular-devkit/build-angulardevkit/build-angular:browserfeatureIssue that requests a new featureIssue that requests a new feature
Milestone
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 ?
dcarabott and alfaproject
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionarea: @angular-devkit/build-angulardevkit/build-angular:browserfeatureIssue that requests a new featureIssue that requests a new feature