1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +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");