focus-visible
focus-visible copied to clipboard
Remove source map for minified build in releases
It would make sense to have a version of the minified production build without a source map. This is not necessary for production, and we only keep included files in our deployment. That will result in warnings inside the console because of the missing map file.
https://github.com/WICG/focus-visible/blob/10fdfa7ad4abc2c7310ecc6daba5f79d08ef90bb/rollup.config.js#L16