Skip to content

fix: adapt to @angular-devkit/build-angular:application builder #88

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

Merged
merged 1 commit into from
Nov 12, 2023

Conversation

kyubisation
Copy link
Owner

This PR adapts the ngsscbuild builder to the new @angular-devkit/build-angular:application builder.
When using @angular-devkit/build-angular:application with a server configuration, the filePattern is extended to also include the index.server.html file. If using @angular-devkit/build-angular:application without a server configuration, the ngssc.json file is generated inside the {outputPath}/browser directory, next to the browser files.

Closes #87

@kyubisation kyubisation merged commit 8d06efe into master Nov 12, 2023
@kyubisation kyubisation deleted the fix-builder branch November 12, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to use the application builder with ngssc?
1 participant