-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
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
Support Customization of new application builder #1537
Comments
Really excited for this! I opened a ticket in the Angular repo which just got an update to also support custom middleware. @arturovt were you planning to support custom middleware in your PR? If not, I could potentially extend on your foundation. |
@mattdsteele I'm not sure what's the status of @arturovt PR but I think you can go ahead and create another PR based on his (after we merge his PR you'll have to rebase). |
Actually, @mattdsteele, I see that @arturovt already added custom middlewares. |
@arturovt can you also add the ability to manipulate the indexHtml, they merged that feature in main already? Since there is no release tag yet maybe something for another angular-builders release. |
Yeah I’ll take a look |
As with other builders, Angular exposed the new application builder function.
import { buildApplication } from "@angular-devkit/build-angular";
it is a complete replacement for the browser and server builder and compiles everything with esbuild.
Are you going to integrate this builder allowing customisation?
The text was updated successfully, but these errors were encountered: