How to use this repo to analyze some web extensions? #600
|
Hello: LINK REDACTED BY @valscion, potentially malicious In this case, how can I use this repo to analyze the bundled JS file inside “background/lib” folder. |
Replies: 1 comment
|
Hi and thanks for the question! This project requires you to have access to the webpack Stats object. The chrome extensions likely don't provide said object via a JSON file, so this project can't be used to analyze those bundles. |
Hi and thanks for the question!
This project requires you to have access to the webpack Stats object.
The chrome extensions likely don't provide said object via a JSON file, so this project can't be used to analyze those bundles.