mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
polyfill web animations
This commit is contained in:
5
package-lock.json
generated
5
package-lock.json
generated
@@ -14374,6 +14374,11 @@
|
|||||||
"defaults": "1.0.3"
|
"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": {
|
"web-ext": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/web-ext/-/web-ext-2.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/web-ext/-/web-ext-2.0.0.tgz",
|
||||||
|
|||||||
@@ -106,6 +106,7 @@
|
|||||||
"node-forge": "0.7.1",
|
"node-forge": "0.7.1",
|
||||||
"papaparse": "4.3.5",
|
"papaparse": "4.3.5",
|
||||||
"rxjs": "5.5.6",
|
"rxjs": "5.5.6",
|
||||||
|
"web-animations-js": "2.3.1",
|
||||||
"zone.js": "0.8.19"
|
"zone.js": "0.8.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import { enableProdMode } from '@angular/core';
|
import { enableProdMode } from '@angular/core';
|
||||||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
||||||
|
import 'web-animations-js';
|
||||||
|
|
||||||
// tslint:disable-next-line
|
// tslint:disable-next-line
|
||||||
require('./scss/popup.scss');
|
require('./scss/popup.scss');
|
||||||
|
|||||||
Reference in New Issue
Block a user