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

feat: support angular build application structure #1216

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

cpaulve-1A
Copy link
Contributor

No description provided.

@cpaulve-1A cpaulve-1A requested a review from a team as a code owner February 5, 2024 15:05
src/index.ts Outdated
return {
success: false,
error: `The targetBuild ${options.targetBuild} does not provide 'outputPath' option`
error: `Neither the ng-prefetch task nor targetBuild ${options.targetBuild} provide an 'outputPath' option.`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
error: `Neither the ng-prefetch task nor targetBuild ${options.targetBuild} provide an 'outputPath' option.`
error: `Neither the ngx-prefetch task nor targetBuild ${options.targetBuild} provide an 'outputPath' option.`

src/schema.json Outdated Show resolved Hide resolved
@cpaulve-1A cpaulve-1A merged commit 447ab7e into master Feb 6, 2024
2 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.

5 participants