Skip to content

Commit b0421a1

Browse files
authored
chore: bump Angular to 21.1 (#98)
1 parent fcab377 commit b0421a1

5 files changed

Lines changed: 1881 additions & 2333 deletions

File tree

angular/angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"sourceMap": true
1818
},
1919
"production": {
20-
"aot": true,
2120
"extractLicenses": true,
2221
"namedChunks": false,
2322
"optimization": true,
@@ -30,7 +29,7 @@
3029
"index": "src/index.html",
3130
"browser": "src/main.ts",
3231
"outputPath": "dist/demo",
33-
"polyfills": ["zone.js"],
32+
"polyfills": [],
3433
"scripts": [],
3534
"styles": ["src/global_styles.css"],
3635
"tsConfig": "tsconfig.app.json"

0 commit comments

Comments
 (0)