We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now the cordova-build builder is hard-coded to use @angular-devkit/build-angular:browser:
cordova-build
@angular-devkit/build-angular:browser
angular-toolkit/builders/cordova-build/index.ts
Line 16 in 7bc2839
We should be able to use architect.getBuilder() to instantiate a builder from the workspace configuration.
architect.getBuilder()
The text was updated successfully, but these errors were encountered:
3a9adfa
🎉 This issue has been resolved in version 1.2.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
fix(build): respect browserTarget setting
27132e6
This enables the ability to use a custom builder in the cordova-build builder. Fixes ionic-team/angular-toolkit#32 Co-authored-by: Adam Clark <[email protected]>
No branches or pull requests
Right now the
cordova-build
builder is hard-coded to use@angular-devkit/build-angular:browser
:angular-toolkit/builders/cordova-build/index.ts
Line 16 in 7bc2839
We should be able to use
architect.getBuilder()
to instantiate a builder from the workspace configuration.The text was updated successfully, but these errors were encountered: