Debugger breakpoint incorrect line. Webpack configuration typescript
问题 I finally got typescript working in my project, but the breakpoints do not stop in the correct line, and the variable values are not available until you step into some more lines of code in the step by step execution. There seems to be some ttype if mismatch in the source map. I tried to solve this adding tje SourceMapDevToolPlugin to the webpack config file as intructed here. But doesn't solve the problem. Below screenshots of what I mean: myString is undefine, although the line has