How can i remove chunk.js and get back the source file name in the console log from chrome

Viewed 1243

how it is shown on google chrome

how is is shown on firefox

the first image is from google chrome and the second is from firefox.

How can i make google chrome work normally again?

I want to get on google chrome, profile.js:154 instead of 17.chunk.js:491

1 Answers

I had the same problem and this worked for me:

  1. Open up the console
  2. Press F1
  3. Scroll down and press "Restore defaults and reload"
Related