In the devtools, I found a new Host called webpack://. It contained all the files before it was minimized. I know that it was because of the *.map.js file. The thing is that it also contains all the node_modules too. I tried to go to the URL webpack:// but there was nothing.
As devtools extracts the original folder with just only the use of the original file and the map.js file, How should I get the project directory with these files?
Note: I only have nodejs(npm) not any other languages.
You can follow one the following guides: