-
Notifications
You must be signed in to change notification settings - Fork 671
ionic build
output truncated
#3721
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
Comments
It is building all chunks successfully. The output truncation is due to this issue: angular/angular-cli#10922 |
Thank you @dwieeb. My apologies if this now seems like a support question, but previously in Ionic 3, I could run
Indeed, after uploading all of these files to my server, the app renders properly in a browser. BTW - this is just a bonus that I get out of Ionic. The app outputs and works super well on iOS and Android, having it available via browser is just a bonus. Thank you again for all info and support. Cheers. |
@kinggolf Cheers! Yeah, the 100+ files is a result of trying to slim down the initial page load. Might be ugly in the |
Got it @dwieeb, thanks. Then this can be closed, because I'm not having an issue with output truncation. Your call. |
ionic build
output truncated
@kinggolf I was able to fix this on Ionic's end for now by having the Angular CLI inherit io streams. |
Description:
ionic build --prod
is not completely bundling, still many individual js chunks - see output below.Steps to Reproduce:
ionic start iv4nu
select Ionic 4 w/ blank template.ionic serve
OK.ionic build --prod
results in above output.Then upgraded package.json packages:
ionic build --prod
results in same above output.My
ionic info
:Other Information:
I posted on stackoverflow and on Ionic Slack channel, but still no resolution, so this seems like a bug. Thanks for all support!
The text was updated successfully, but these errors were encountered: