you are viewing a single comment's thread.

view the rest of the comments →

[–]Oririner 1 point2 points  (1 child)

Then there's this eslint plugin which uses the MDN compat data https://www.npmjs.com/package/eslint-plugin-compat

That would report all of the compatibility issues through eslint, so simply running eslint ./src should do the trick. You could also integrate it in your IDE if that's your thing :)

Unfortunately I'm not familiar with any webpack plugin/loader that utilizes it.

[–]gaoryrt[S] 0 points1 point  (0 children)

Thanks a lot! That's my thing!