-
Notifications
You must be signed in to change notification settings - Fork 11.9k
--poll option does not work with libraries #12487
Copy link
Copy link
Closed as not planned
Labels
devkit/build-angular:libraryfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authorsstate: blocked on upstream
Metadata
Metadata
Assignees
Labels
devkit/build-angular:libraryfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authorsstate: blocked on upstream
Bug Report or Feature Request (mark with an
x)Command (mark with an
x)Versions
Repro steps
--polloption does not work with library.ng build --watch --poll=1000works butng build some-library --watch --poll=1000does not.The log given by the failure
Desired functionality
--polloption also works with libraries. It works fine if[project]is not provided.