Help ! : Typescript Map Files using Chrome Not Working
Please help - tried searching everyone without luck
I am using typescript and meteor in WebStorm. I can't get the mapping files to work correctly during debugging.
The source mapping url produced is consistent with the following :
//# sourceMappingURL=BuilderPropertySheet.js.map
it doesn't appear that chrome is downloading these files.
Any assistance is greatly appreciated.
Thank you
Please sign in to leave a comment.
What WebStorm version do you use? How do you transpile typescript? Please make sure to use 'meteortypescript:compiler' meteor package for typescript support instead of filewatchers / built-in compiler
Thanks Elena -0
i have installed meteortypescript:compiler and do not use filewatchers.
However, i do still have "Enable TypeScript Compiler" selected in the setings window.
Should i not have this selected?
BTW : I am using the latest EAP but i was using the latest production previously with the same results.
Yes, please make sure to disable it.
If this doesn't help, please try composing a sample project that shows up your issue