From b9c574eda47dfdf09d6bbfba5b786b99a496dcf4 Mon Sep 17 00:00:00 2001 From: vato007 Date: Sun, 15 Jun 2025 11:18:02 +0930 Subject: [PATCH] Remove zone.js polyfills --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index ec6fcf9..38d78bf 100644 --- a/angular.json +++ b/angular.json @@ -23,7 +23,7 @@ "outputPath": "dist/ingey-eager", "index": "src/index.html", "browser": "src/main.ts", - "polyfills": ["zone.js"], + "polyfills": [], "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": [ @@ -77,7 +77,7 @@ "test": { "builder": "@angular/build:karma", "options": { - "polyfills": ["zone.js", "zone.js/testing"], + "polyfills": [], "tsConfig": "tsconfig.spec.json", "inlineStyleLanguage": "scss", "assets": [