1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

Remove core-js (#857)

Directory Connector runs on Electron and Node, both environments that we control.
Polyfills for old browsers are not required.
This commit is contained in:
Thomas Rittson
2025-08-20 13:40:00 +10:00
committed by GitHub
parent acb5bc4d25
commit 489effb852
3 changed files with 0 additions and 14 deletions

View File

@@ -1,4 +1,3 @@
import "core-js/stable";
import "zone.js";
import { NgModule } from "@angular/core";