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

not work in windows! #15

Closed weituotian closed 6 years ago

weituotian commented 6 years ago

The path.join method is used to connect paths. The main purpose of this method is to use the path separator of the current system correctly. The Unix system is "/" and the Windows system is "\".

image

This place always throws an error !!!