ionic-team / stencil

A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.
https://stenciljs.com
Other
12.59k stars 789 forks source link

CLI Flag --stats does nothing #2926

Closed pekayde closed 3 years ago

pekayde commented 3 years ago

Stencil version:

 @stencil/core@2.6.0

same issue already in

 @stencil/core@2.0.1

I'm submitting a: [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/

Current behavior: The command stencil build --stats does not produce a stencil-stats.json as it is described here https://stenciljs.com/docs/cli

Expected behavior: A file stencil-stats.json is created like described herehttps://stenciljs.com/docs/cli

Steps to reproduce: Add --stats to your build script Run npm run build

splitinfinities commented 3 years ago

Hey there! Thanks for adding this. We don't have a timeframe, but we have identified this issue. I'll circle back around as we make progress on this.

splitinfinities commented 3 years ago

3030 will resolve this

rwaskiewicz commented 3 years ago

I'm going to close this issue, as v2.9.0 of Stencil resolves this issue. If it does not, please feel free to open another ticket!