1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

Use the new KDF constants (#1559)

This commit is contained in:
Oscar Hinton
2022-03-24 11:15:48 +01:00
committed by GitHub
parent 2c43249e98
commit 00975e6896
6 changed files with 18 additions and 28 deletions

View File

@@ -1,11 +1,6 @@
import "core-js/stable";
require("zone.js/dist/zone");
// IE11 fix, ref: https://github.com/angular/angular/issues/24769
if (!Element.prototype.matches && (Element.prototype as any).msMatchesSelector) {
Element.prototype.matches = (Element.prototype as any).msMatchesSelector;
}
if (process.env.NODE_ENV === "production") {
// Production
} else {