DevTools failed to parse SourceMap: chrome-extension

后端 未结 6 879
Happy的楠姐
Happy的楠姐 2021-02-07 00:06

A week ago i think, I started getting warning messages in my google chrome console.

Clearing cache doesn\'t change anything, the messages disappear only in incognito m

6条回答
  •  天涯浪人
    2021-02-07 00:23

    this worked for me:

    1. Find the path to the extensions. Type this in chrome: chrome://version/ . Look for the profile path. this location is where the extensions are saved.

    2. Open the location with the file explorer. In my case it was something like (AppData\Local\Google\Chrome\User Data\Default\Extensions\hdokiejnpimakedhajhdlcegeplioahd\4.51.0.1_0) The error was with the last pass plugin.

    3. Create the missing maps. In my case it was: sourcemaps/

    Note that i only created the empty maps.

提交回复
热议问题