mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Fix Promise#finaly shim regression and cover with tests
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import 'babel-polyfill';
|
||||
import 'whatwg-fetch';
|
||||
import 'promise.prototype.finally';
|
||||
import { shim as shimPromiseFinaly } from 'promise.prototype.finally';
|
||||
|
||||
shimPromiseFinaly();
|
||||
|
||||
// allow :active styles in mobile Safary
|
||||
document.addEventListener('touchstart', () => {}, true);
|
||||
|
Reference in New Issue
Block a user