andreypopp / typescript-loader

[DEPRECATED] TypeScript Webpack Plugin
https://github.com/andreypopp/typescript-loader
MIT License
81 stars 10 forks source link

Is it possible to debug Typescript bundled up by Webpack in Visual Studio? #23

Open KhoaSydney opened 9 years ago

KhoaSydney commented 9 years ago

hi @andreypopp ,

I'm trying to get the debugging working in Visual studio 2013 for Typescript bundled up by webpack but it doesn't work. I'm able to debug Typescript in browsers (IE,Firefox etc.). Before going any further with trying to solve this issue, I'd would like to ask if this is even possible? My apology if this is not a right place for this question.

cheers,

hydrotik commented 8 years ago

Hi Khoa. Would like to know how you setup source mapping to your TS files in the browser if you don't mind:) Having a hard time getting this setup.