I have such a moment that when I first compiled a file through a webpack, then the debug chrome normally displays files from the source map. If I change something in the code and then compile, then in the debugger, the previous code remains in the chrome, but it processes as new compiled code. I use node 11.6.0 if it is of course important. To make it clear what I mean, I will make a special mistake. First compile the first time. enter image description here And in the debager, too, all the rules enter image description here Now i'm doing some kind of mistake enter image description here That is, there is no key variable at all, when compiling a file, we try to open it in the browser and see such an interesting thing enter image description here What could be the problem?

    0