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
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?
The text was updated successfully, but these errors were encountered:
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?).
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?
The text was updated successfully, but these errors were encountered: