Skip to content

Ability to use custom builder #32

@imhoffd

Description

@imhoffd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreleased

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions