We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Affected page(s):
https://developer.okta.com/docs/guides/deploy-your-app/javascript/
Describe the problem(s):
Angular 12's ng build does a production build by default, so --prod is no longer needed.
ng build
--prod
https://angular.io/cli/build
See https://github.com/okta-samples/okta-angular-sample/blob/main/package.json#L5 to see what the latest version of the Angular CLI generates for scripts.
If possible, describe a proposed fix:
Update scripts to match what the Angular CLI generates.
The text was updated successfully, but these errors were encountered:
Hi Matt, Create a JIRA ticket for the team to investigate and fix the issue. https://oktainc.atlassian.net/browse/OKTA-479141
Sorry, something went wrong.
No branches or pull requests
Affected page(s):
https://developer.okta.com/docs/guides/deploy-your-app/javascript/
Describe the problem(s):
Angular 12's
ng build
does a production build by default, so--prod
is no longer needed.https://angular.io/cli/build
See https://github.com/okta-samples/okta-angular-sample/blob/main/package.json#L5 to see what the latest version of the Angular CLI generates for scripts.
If possible, describe a proposed fix:
Update scripts to match what the Angular CLI generates.
The text was updated successfully, but these errors were encountered: