WICG / focus-visible

Polyfill for `:focus-visible`
https://wicg.github.io/focus-visible/demo/
Other
1.61k stars 123 forks source link

Warning when building #261

Open spacedawwwg opened 2 years ago

spacedawwwg commented 2 years ago

focus-visible doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix.

perqa commented 2 years ago

See https://github.com/WICG/focus-visible/issues/252

spacedawwwg commented 2 years ago

@perqa I'm not sure what that has to do with this?