Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

feat: force sourceMap: true on all typescript projects #91

Closed
brian-mann opened this issue May 18, 2020 · 1 comment · Fixed by #92
Closed

feat: force sourceMap: true on all typescript projects #91

brian-mann opened this issue May 18, 2020 · 1 comment · Fixed by #92
Assignees
Labels

Comments

@brian-mann
Copy link
Member

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.

@chrisbreiding
Copy link
Collaborator

🎉 This issue has been resolved in version 5.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants