You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@santoshyadavdev - Could you please advise the location of this update in the repository? I'd like to support this doc update if no one started yet. Please guide me with the details and assign the issue.
Before:
The analyze command used to run build internally.
Now:
Build is not part of analyze command. You need to follow below steps
Now options:
reportPath: You can generate report at a path
reportFormat: html | json | tsc , default is html
Config:
"generate-bundle": { "executor": "@ngx-builders/analyze:analyze", "options": { "outputPath": "dist/apps/ngu-carousel-example", "reportPath": "reports" } }
The text was updated successfully, but these errors were encountered: