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

docs: update documentation #103

Open
santoshyadavdev opened this issue Apr 16, 2023 · 3 comments
Open

docs: update documentation #103

santoshyadavdev opened this issue Apr 16, 2023 · 3 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@santoshyadavdev
Copy link
Member

Before:

The analyze command used to run build internally.

Now:

Build is not part of analyze command. You need to follow below steps

  • Run build with souceMap enabled
  • Run the analyze
  • Now you can use it in Nx workspace

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" } }

@santoshyadavdev santoshyadavdev added documentation Improvements or additions to documentation good first issue Good for newcomers labels Apr 16, 2023
@bajibpathan
Copy link

@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.

Thank you,

@santoshyadavdev
Copy link
Member Author

We need to update this in README.md file

@bajibpathan
Copy link

Thank you. Is this going to be part of Setting up this builder or do we need to re-write the setting up builder with this new information?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants