Skip to content

docs: update documentation #103

Open
@santoshyadavdev

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions