swc-loader
swc-loader copied to clipboard
inputSourcemap in loader options doesn't work
'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.