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 to set the debundle.config.json #26

Open huanzhiyi opened 4 years ago

huanzhiyi commented 4 years ago

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 4 0 are just random ID?

Can you give me some example? The DOCS.md file confused me.