Skip to content

Commit 4d82f60

Browse files
Cleanup dependencies (#58)
1 parent 5c430c2 commit 4d82f60

20 files changed

Lines changed: 1928 additions & 2402 deletions

Client/angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"outputPath": "dist/module-management-client",
1717
"index": "src/index.html",
1818
"browser": "src/main.ts",
19-
"polyfills": ["zone.js"],
19+
"polyfills": [],
2020
"tsConfig": "tsconfig.app.json",
2121
"assets": [
2222
{
@@ -32,8 +32,8 @@
3232
"budgets": [
3333
{
3434
"type": "initial",
35-
"maximumWarning": "1.5MB",
36-
"maximumError": "2MB"
35+
"maximumWarning": "2MB",
36+
"maximumError": "3MB"
3737
},
3838
{
3939
"type": "anyComponentStyle",
@@ -75,7 +75,7 @@
7575
"test": {
7676
"builder": "@angular/build:karma",
7777
"options": {
78-
"polyfills": ["zone.js", "zone.js/testing"],
78+
"polyfills": [],
7979
"tsConfig": "tsconfig.spec.json",
8080
"assets": [
8181
{

0 commit comments

Comments
 (0)