Closed pekayde closed 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.
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!
Stencil version:
same issue already in
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/cliExpected behavior: A file stencil-stats.json is created like described herehttps://stenciljs.com/docs/cli
Steps to reproduce: Add
--stats
to your build script Runnpm run build