-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Description
Right now the cordova-build
builder is hard-coded to use @angular-devkit/build-angular:browser
:
const browserBuilder = new BrowserBuilder(this.context); // TODO: shouldn't this use `architect.getBuilder()`? |
We should be able to use architect.getBuilder()
to instantiate a builder from the workspace configuration.