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.
And in the debager, too, all the rules
Now i'm doing some kind of mistake
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
What could be the problem?
|