debundle icon indicating copy to clipboard operation
debundle copied to clipboard

:card_file_box: A javascript debundler. Takes a Browserify or Webpack bundle and recreates the initial, pre-bundled source.

Results 10 debundle issues
Sort by recently updated
recently updated
newest added

Hello, it would be fantastic to have support for files in the form of (window.webpackJsonp = window.webpackJsonp || []).push(/* ... */); Any way of making this work, please? 🙏🏻

I download the code, file "debundle.config.json" { "type": "webpack", "entryPoint": 8, "knownPaths": { "8": "./index", "4": "./foo", "0": "uuid" } } when just index.js foo.js in /src directory Num 8...

I'm aware you're no longer interested in maintaining this project, however I'd like to peak your interest in adopting this package and working on keeping it stable. I do have...

I am not sure the reason of this, but while using debundle, all the modules name are resolved as "index.js" as: ``` * 40 => index * Reconstructing require path...

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...

I have a problem with the hard disk, so all the files I've worked with on Vue-cli are gone, There are only build files left on FTP. I tried using...

@1egoman In order to troubleshoot, I need: A bundle that doesn't work, preferably as minimal as possible. Upload it to pastebin.com: Link: https://pastebin.com/eg22rLqE Any commands you ran prior to debundling:...

> * Using default AST location for browserify... > * Reading bundle... > * Using auto-discovered browserify entry point... /usr/local/lib/node_modules/debundle/src/index.js:63 config.entryPoint = ast.body[0].expression.arguments[2].elements[0].value; ^ > TypeError: Cannot read properties of...

Is it possible to debundle when i have .map files? Some tools for this? Thank you!