mondaychen / devtools-ignore-webpack-plugin

A Webpack plugin to ignore-list part of sourcemap in Chrome DevTools
MIT License
7 stars 1 forks source link

Change output key to ignoreList #6

Closed antriver closed 2 months ago

antriver commented 2 months ago

Hi @mondaychen

Thanks for this useful plugin.

Chrome has had an update and they switched to looking for a more standard ignoreList key over x_google_ignoreList https://developer.chrome.com/blog/new-in-devtools-120#ignore-list-spec

The latter still works, but the former should become the standard.

I also couldn't see x_google_ignoreList mentioned on the linked spec page anymore, but I did find ignoreList in a different version of the sourcemap spec.

mondaychen commented 2 months ago

Thanks!

mondaychen commented 2 months ago

published as 0.2.0

antriver commented 2 months ago

Thanks @mondaychen for the the very quick response!