swc-loader icon indicating copy to clipboard operation
swc-loader copied to clipboard

inputSourcemap in loader options doesn't work

Open chenlupeng007 opened this issue 3 years ago • 0 comments

'swc-loader' is fast and great. However, if we pass inputSourceMap: true from loader options, in doesn't work as babel-loader do.

in the source code: the inputSourceMap set as the one from last loader, while babel-loader from the source code will use it from loader option if no inputSourceMap pass from last loader.

chenlupeng007 avatar Sep 20 '22 05:09 chenlupeng007