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

Inspect webpack and similar bundles #12

Open
kassens opened this issue Dec 4, 2017 · 0 comments
Open

Inspect webpack and similar bundles #12

kassens opened this issue Dec 4, 2017 · 0 comments

Comments

@kassens
Copy link
Owner

kassens commented Dec 4, 2017

The current detection is based on globally installed variables, like window.jQuery.some.version. This used to work pretty well, but these days more and more pages are switching to bundlers like webpack.

I think it might be possible to look at how webpack et al are working and inspecting the modules that are loaded from there.

"tree shaking" (dead code elimination) from rollup.js might also be interesting in this regard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant