1egoman / debundle

:card_file_box: A javascript debundler. Takes a Browserify or Webpack bundle and recreates the initial, pre-bundled source.
https://www.npmjs.com/package/debundle
705 stars 145 forks source link

how debundle multi files such as mainifest.js vendor.js app.js #24

Closed lizhiqiang123321 closed 4 years ago

lizhiqiang123321 commented 4 years ago

The package I build with webpack has multi files,not only one bundle.js.I tried node src/index.js a.js b.js c.js,but it did not work.Could you help me to resove this question?

1egoman commented 4 years ago

I'm not maintaining this package in it's current state anymore, sorry: https://github.com/1egoman/debundle#dragon-here-be-dragons-dragon

(That being said, I don't believe this version of debundle ever supported this use case, though)