pavloko/source-map-unpack

No need for minified source code files

stefansundin opened this issue · 0 comments

I don't think this recommendation is necessary. Maybe it was different in older source map versions, but I think these days all of the necessary information is present in the .js.map file. I don't need to have the compiled javascript file in the same directory.

console.log(
chalk.blue(
'*Note: Minified file should be placed under path specified in .map file.',
),
);

Note:
The original minified file should be placed according to the path in sources map's `file` variable.

So this suggestion should probably be removed. If it is required in some special cases then hopefully the person using the program understands this already.