mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-16 01:21:48 +01:00
polyfill web animations
This commit is contained in:
parent
1e3a82586a
commit
b88efe3e04
5
package-lock.json
generated
5
package-lock.json
generated
@ -14374,6 +14374,11 @@
|
||||
"defaults": "1.0.3"
|
||||
}
|
||||
},
|
||||
"web-animations-js": {
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/web-animations-js/-/web-animations-js-2.3.1.tgz",
|
||||
"integrity": "sha1-Om2bwVGWN3qQ+OKAP6UmIWWwRRA="
|
||||
},
|
||||
"web-ext": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/web-ext/-/web-ext-2.0.0.tgz",
|
||||
|
@ -106,6 +106,7 @@
|
||||
"node-forge": "0.7.1",
|
||||
"papaparse": "4.3.5",
|
||||
"rxjs": "5.5.6",
|
||||
"web-animations-js": "2.3.1",
|
||||
"zone.js": "0.8.19"
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
import { enableProdMode } from '@angular/core';
|
||||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
||||
import 'web-animations-js';
|
||||
|
||||
// tslint:disable-next-line
|
||||
require('./scss/popup.scss');
|
||||
|
Loading…
Reference in New Issue
Block a user