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

Can you give me an webpack example? #18

Open
xuehuli8 opened this issue Sep 6, 2018 · 2 comments
Open

Can you give me an webpack example? #18

xuehuli8 opened this issue Sep 6, 2018 · 2 comments

Comments

@xuehuli8
Copy link

xuehuli8 commented Sep 6, 2018

My English is poor. When I want to decompile webpack with debundle, I don't know how to operate it.
Generally, Vue compiled by webpack has 3 files.
Manifest..js
Vendor.
.js
App.****.js
Can you give me an example of how to decompile webpack compiled Vue files?

@1egoman
Copy link
Owner

1egoman commented Sep 6, 2018

I'm not really maintaining this tool anymore, and while it was a cool research project, it's not something that I ever got to a place where it worked super reliably. Decompiling a javascript bundle is usually not that good of an idea unless you know exactly what you want (ie, maybe for reverse engineering?).

That being said, the most help I can give you is to link you an example: https://github.com/1egoman/debundle/tree/master/test_bundles/webpack and the docs to go along with it: https://github.com/1egoman/debundle/blob/master/DOCS.md

Sorry if I'm not being all that helpful, but this tool is pretty experimental.

@Boorj
Copy link

Boorj commented Jan 4, 2019

It's quite required though

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

3 participants