I’ve searched high and low and only found discussions on the topic, but no solutions.
I want just the basic hello world example where I have a typescript component and when I look it up in chrome (or any other browser) devtools, I see my typescript code and can step through it. This works in every other framework I’ve used so far. I can’t even get my original javascript code to show up.
All of the suggestions, including but not limited to:
babel: { sourceMaps: 'inline' }
sourcemaps: { mapStyle: 'data' },
etc
don’t really seem to do anything.
I’m new to Ember and so far, I’m not liking the debugging experience. 
1 post - 1 participant