-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI Flag --stats does nothing #2926
Comments
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. |
#3030 will resolve this |
14 tasks
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! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 scriptRun
npm run build
The text was updated successfully, but these errors were encountered: