Skip to content

Conversation

sudo-elia
Copy link

I have updated all instances of:

throw new Error(`Project ${projectName} not found!`);

to

throw new Error(`Project ${projectName} not found in angular.json.`);

because my team and I (due to our own oversight in not reading the documentation) had difficulty, as we thought we needed to use the property name in webconfig instead of the project name.
So, I’m suggesting this change to make the error message more descriptive, which could save time for others in the future (if you agree).

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.

1 participant