-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Explore creating a 'reverse engineered' records.json / stats.json file from a webpack build #9
Comments
Even more tangentially related to this, I've pondered how much we could 're-construct' the files necessary to use tools like bundle analyzer, without having access to the original source (or if there would even be any benefit to trying to do so):
My gut feel is that we probably can figure out most of what we need for it; we probably just can't give accurate sizes for the original pre-minified code, etc; and the module names/etc might not be mappable to their originals unless we have module identification type features (see pionxzh/wakaru#41) |
You want a re-constructed I just did some research on it. I feel it's possible to generate This is the sample that I get on google. |
@pionxzh nods yeah, that was what I was originally thinking about; and then I was thinking that there might also be some crossover with the parts used for this that could align with figuring how to identify module changes/etc. Here's another search that should pull up a bunch more samples: |
This is an idea I've had in passing a few times, but keep forgetting to document it:
I'm not 100% sure if this would be useful, or partially useful, but I think I am thinking of it tangentially in relation to things like:
un-mangle
identifiers pionxzh/wakaru#34The text was updated successfully, but these errors were encountered: