Skip to content
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

Add support for stats.entrypoints[].childAssets #1014

Closed
wants to merge 2 commits into from

Conversation

loveky
Copy link

@loveky loveky commented Aug 1, 2018

fix #934

@loveky
Copy link
Author

loveky commented Aug 1, 2018

travis ci is failing becaus the webpack version used in CI is forced to 4.0.0

@jantimon
Copy link
Owner

I couldn't find a way to get around the stats object for this.
And we just removed the stats object because the generation was very slow.

Any ideas how we might get around that?

@stale
Copy link

stale bot commented Apr 13, 2019

This issue had no activity for at least half a year. It's subject to automatic issue closing if there is no activity in the next 15 days.

@stale stale bot added the wontfix label Apr 13, 2019
@jimmydief
Copy link

@jantimon Is the call to getStats().toJson() still a concern if we were to make use of the optional options argument to pick and choose only the parts of the stats that we need? I've seen big perf improvements from doing so in our fairly large project (~6000 modules) as it can avoid serializing information about each individual asset.

toJson is documented here and its options are documented here. I think that we could get by with getStats().toJson({all: false, entrypoints: true}) in this case.

If that's acceptable, I might ask to tack chunks: true onto that list as well as I have some use cases for having that information available in the template.

@stale stale bot removed the wontfix label Apr 19, 2019
@stale
Copy link

stale bot commented Oct 16, 2019

This issue had no activity for at least half a year. It's subject to automatic issue closing if there is no activity in the next 15 days.

@stale stale bot added the wontfix label Oct 16, 2019
@stale stale bot closed this Oct 31, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Nov 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants