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",
"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": [