ngx-builders / source-map-analyzer

typescript, builder
https://www.npmjs.com/package/@ngx-builders/analyze
MIT License
89 stars 12 forks source link

docs: update documentation #103

Open santoshyadavdev opened 1 year ago

santoshyadavdev commented 1 year ago

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

bajibpathan commented 1 year ago

@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 commented 1 year ago

We need to update this in README.md file

bajibpathan commented 1 year ago

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?