A todone plugin that will alert you when a feature is supported by your target browsers.
It needs to be configured with a list of browsers you want to support through the regular browserlist config.
Add a @TODO
comment with a link to a feature in the caniuse.com database:
<!-- @TODO https://caniuse.com/webp -->
<!-- Use PNG images until we can use WebP ones. -->
<img src="/log.png" alt="Logo" />