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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user