You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the madge CLI/lib that I mentioned in another issue (Ref), I was able to automatically find/generate a graph of all of the module dependencies related to this.
I narrowed down on this by first creating a larger image of all the dependencies in a chunk/etc, finding something that looked like a lib like this, then running it again on that module.
Note also that I haven't manually checked through all of the modules mentioned here yet.
This relates to the 'module-detection' feature described in the following issue:
Overview
Code
Unminifying this source (Ref),
module-15300.js
:Note: Not including the unminified examples here currently as the file is quite large
Searching for some of the symbols from
module-15300.js
on GitHub code search:Of those results, this looks the most promising:
Using the
madge
CLI/lib that I mentioned in another issue (Ref), I was able to automatically find/generate a graph of all of the module dependencies related to this.I narrowed down on this by first creating a larger image of all the dependencies in a chunk/etc, finding something that looked like a lib like this, then running it again on that module.
Note also that I haven't manually checked through all of the modules mentioned here yet.
.madgerc
(blue has dependencies, green doesn't)
madge --json
outputThe text was updated successfully, but these errors were encountered: