Skip to content
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

Track Angular scripts build option #886

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

davidlj95
Copy link
Contributor

@davidlj95 davidlj95 commented Dec 20, 2024

Several Angular CLI builders allow to specify a scripts option in its configuration. Those files will be included in the build and optionally added to index.html. Track them as production entries*.

* Though they may not be production entries! They'll probably be production entries if they are part of the build target.
Same happens for other configuration options. Like main, which can be specified in many build targets but also on non-production test target.
Options browser, ssr.entry or server could also be specified in other targets other than build and they won't probably be production entries. Opening another PR for that

Copy link

pkg-pr-new bot commented Dec 20, 2024

Open in Stackblitz

npm i https://pkg.pr.new/knip@886

commit: 1bbc899

@webpro webpro merged commit f43b638 into webpro-nl:main Dec 22, 2024
23 checks passed
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.

2 participants