This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Description
Is this a Feature or Bug?
Feature
Current behavior:
When using ts-loader users must set sourceMap: true in their tsconfig.json for source maps to be generated.
Desired behavior:
Force typescript to always generate sourcemaps which respect webpack's devtool option.
If devtool: false has been set, then do not generate sourcemaps.