1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

[SM-266] Remove fetch, webcrypto and custom-elements polyfills (#3672)

This commit is contained in:
Oscar Hinton
2022-10-27 14:25:10 +02:00
committed by GitHub
parent 4ff1a25634
commit 27426dec31
4 changed files with 2 additions and 58 deletions

View File

@@ -10,6 +10,4 @@ if (process.env.NODE_ENV === "production") {
}
// Other polyfills
require("whatwg-fetch");
require("webcrypto-shim");
require("date-input-polyfill");

View File

@@ -36,8 +36,8 @@
@import "~bootstrap/scss/_close";
//@import "~bootstrap/scss/_toasts";
@import "~bootstrap/scss/_modal";
@import "~bootstrap/scss/_tooltip";
@import "~bootstrap/scss/_popover";
// @import "~bootstrap/scss/_tooltip";
// @import "~bootstrap/scss/_popover";
// @import "~bootstrap/scss/_carousel";
// @import "~bootstrap/scss/_spinners";
@import "~bootstrap/scss/_utilities";