Remove zone.js polyfills
All checks were successful
build / build (push) Successful in 1m12s

This commit is contained in:
2025-06-15 11:18:02 +09:30
parent 926fe51270
commit b9c574eda4

View File

@@ -23,7 +23,7 @@
"outputPath": "dist/ingey-eager", "outputPath": "dist/ingey-eager",
"index": "src/index.html", "index": "src/index.html",
"browser": "src/main.ts", "browser": "src/main.ts",
"polyfills": ["zone.js"], "polyfills": [],
"tsConfig": "tsconfig.app.json", "tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss", "inlineStyleLanguage": "scss",
"assets": [ "assets": [
@@ -77,7 +77,7 @@
"test": { "test": {
"builder": "@angular/build:karma", "builder": "@angular/build:karma",
"options": { "options": {
"polyfills": ["zone.js", "zone.js/testing"], "polyfills": [],
"tsConfig": "tsconfig.spec.json", "tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "scss", "inlineStyleLanguage": "scss",
"assets": [ "assets": [