gulp-babel icon indicating copy to clipboard operation
gulp-babel copied to clipboard

Use correct babel options for input source maps.

Open dmurat opened this issue 7 years ago • 1 comments

When there is no input source map, support generating a sourcemaps by letting a user to specify Babel sourceMaps option. It can be truthy value, 'inline' string or 'both' string, but it has to be specified by the user.

dmurat avatar Mar 31 '17 23:03 dmurat

Manually applying this change in one of my projects fixes #64 for me. Why has this not been merged?

mpsijm avatar Apr 15 '18 15:04 mpsijm