Remove unnecessary requestAnimationFrame polyfill
requestAnimationFrame is supported natively [1] by all the browsers we support. [1] https://caniuse.com/#search=requestanimationframe
Showing
... | ... | @@ -85,7 +85,6 @@ |
"prettier": "1.19.1", | ||
"puppeteer": "^2.0.0", | ||
"query-string": "^3.0.1", | ||
"raf": "^3.1.0", | ||
"redux": "^4.0.1", | ||
"redux-thunk": "^2.1.0", | ||
"reselect": "^4.0.0", | ||
... | ... |
Please register or sign in to comment