Skip to content

Commit b0490ff

Browse files
committed
refactor: remove to zone.js polyfill from prod build
1 parent e2dff5b commit b0490ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"index": "src/index.html",
2828
"browser": "src/main.ts",
2929
"polyfills": [
30-
"@angular/localize/init",
31-
"zone.js"
30+
"@angular/localize/init"
3231
],
3332
"tsConfig": "tsconfig.app.json",
3433
"inlineStyleLanguage": "scss",

0 commit comments

Comments
 (0)