Skip to content

Commit eba09cf

Browse files
authored
Merge pull request #21 from sourcefuse/GH-16
login-signup implementation
2 parents 1a25e89 + 37ad224 commit eba09cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+14154
-3501
lines changed

angular.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,21 @@
3737
"node_modules/@nebular/theme/styles/prebuilt/dark.css",
3838
"projects/arc/src/styles.scss"
3939
],
40-
"scripts": []
40+
"scripts": [],
41+
"vendorChunk": true,
42+
"extractLicenses": false,
43+
"buildOptimizer": true,
44+
"sourceMap": true,
45+
"optimization": false,
46+
"namedChunks": true
4147
},
4248
"configurations": {
4349
"production": {
4450
"budgets": [
4551
{
4652
"type": "initial",
47-
"maximumWarning": "1mb",
48-
"maximumError": "2mb"
53+
"maximumWarning": "5mb",
54+
"maximumError": "5mb"
4955
},
5056
{
5157
"type": "anyComponentStyle",
@@ -68,21 +74,21 @@
6874
},
6975
"optimization": false,
7076
"outputHashing": "all",
71-
"sourceMap": false,
77+
"sourceMap": true,
7278
"namedChunks": false,
7379
"extractLicenses": true,
7480
"vendorChunk": false,
7581
"buildOptimizer": false,
7682
"budgets": [
7783
{
7884
"type": "initial",
79-
"maximumWarning": "8mb",
80-
"maximumError": "8mb"
85+
"maximumWarning": "22mb",
86+
"maximumError": "22mb"
8187
},
8288
{
8389
"type": "anyComponentStyle",
84-
"maximumWarning": "100kb",
85-
"maximumError": "500kb"
90+
"maximumWarning": "5mb",
91+
"maximumError": "5mb"
8692
}
8793
]
8894
}

0 commit comments

Comments
 (0)