Skip to content

reporters defined on the command line #6786

Answered by mischnic
aakoch asked this question in Q&A
Discussion options

You must be logged in to vote

When I tried reporter-cli, it just output the same thing as what was already printed.

Yes, reporter-cli is always added when using the parcel CLI:

let additionalReporters = [
{packageName: '@parcel/reporter-cli', resolveFrom: __filename},
...(command.reporter: Array<string>).map(packageName => ({
packageName,
resolveFrom: path.join(inputFS.cwd(), 'index'),
})),
];


@parcel/reporter-bundle-analyzer and @parcel/reporter-bundle-buddy should work:

https://v2.parceljs.org/features/production/#analyzing-bundle-sizes

@parcel/reporter-build-metrics might be broken because it's not …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ritik178
Comment options

Answer selected by aakoch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants