We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1499dc7 commit e4d9e69Copy full SHA for e4d9e69
angular.json
@@ -20,6 +20,9 @@
20
"zone.js"
21
],
22
"tsConfig": "tsconfig.app.json",
23
+ "loader": {
24
+ ".svg": "text"
25
+ },
26
"assets": [
27
"src/favicon.ico",
28
"src/assets",
@@ -93,7 +96,12 @@
93
96
"eventbusjs",
94
97
"node-fetch",
95
98
"es6-promise",
- "@xmldom/xmldom"
99
+ "@xmldom/xmldom",
100
+ "opening_hours",
101
+ "ajv/dist/vocabularies/discriminator",
102
+ "clusterize.js",
103
+ "ajv",
104
+ "ajv-formats"
105
]
106
},
107
"configurations": {
@@ -106,8 +114,8 @@
114
115
{
108
116
"type": "anyComponentStyle",
109
- "maximumWarning": "2kb",
110
- "maximumError": "4kb"
117
+ "maximumWarning": "4kb",
118
+ "maximumError": "6kb"
111
119
}
112
120
113
121
"outputHashing": "all"
0 commit comments