-
-
Notifications
You must be signed in to change notification settings - Fork 433
Closed
Description
Why is the upstream sourcemap not processed in the loader?
https://github.com/TypeStrong/ts-loader/blob/main/src/index.ts#L34
function loader(this: webpack.LoaderContext<LoaderOptions>, contents: string, map?: Sourcemap) {
if (map) {
...
}
}
Metadata
Metadata
Assignees
Labels
No labels