-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sourcemap not working with awesome-typescript-loader #24
Comments
@thekip does this work without 'ng-annotate' loader? |
Surely |
Actually it's not so easy to reproduce, i've created a small application and bug is not appear. Also i turned I will research more. |
Looks like now it works with But now has another problem, file listed twice in source maps, and source map weight is twice bigger. Symptoms looks same as in this issue: #23 :
But in my case SourceMaps still work. |
Can confirm that this commit fixed the issue for me. What's the status on a npm release of 0.1.2? |
Glad to hear! Let's publish it in a next few hours then. |
@LucasThielmann Published as 0.2.0 |
i'm using
devtool: 'cheap-module-source-map',
option.And see in console:
awesome-typescript-loader is version 1.1.1, with typescript 1.8
The text was updated successfully, but these errors were encountered: