I am using create-react-app (The latest version ) and having trouble with Webpack sourcemaps. All the errors shown in the Chrome devtool's console don't show the exact path of the destination file but the chunk file.
How can I solve this problem? I want all my consoles and errors in Development to be shown with the correct paths.