Update modify angular.json to add allowedCommonJsDependencies; adjust responseCounts type in home.page.ts
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
}
|
||||
],
|
||||
"styles": ["src/global.scss", "src/theme/variables.scss"],
|
||||
"scripts": []
|
||||
"scripts": [],
|
||||
"allowedCommonJsDependencies": ["sdp", "webrtc-adapter"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -136,7 +137,8 @@
|
||||
"cli": {
|
||||
"schematicCollections": [
|
||||
"@ionic/angular-toolkit"
|
||||
]
|
||||
],
|
||||
"analytics": false
|
||||
},
|
||||
"schematics": {
|
||||
"@ionic/angular-toolkit:component": {
|
||||
|
||||
Reference in New Issue
Block a user