You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2021. It is now read-only.
The readme says to use the script at dist/first-input-delay.js, that file doesn't exist, I think it's meant to be dist/first-input-delay.min.js.
Also consider setting the package main field to the minified version so we can just import from the root of the package. e.g. import fidPolyfillScript from 'raw-loader!first-input-delay'
The readme says to use the script at
dist/first-input-delay.js, that file doesn't exist, I think it's meant to bedist/first-input-delay.min.js.Also consider setting the package
mainfield to the minified version so we can just import from the root of the package. e.g.import fidPolyfillScript from 'raw-loader!first-input-delay'