Disable CapacitorHttp and add plugin to replace axios calls #781

This commit is contained in:
advplyr 2023-09-15 17:35:44 -05:00
parent 27bbe40874
commit 57d1fbfa83
21 changed files with 142 additions and 62 deletions

View file

@ -5,7 +5,7 @@
"bundledWebRuntime": false,
"plugins": {
"CapacitorHttp": {
"enabled": true
"enabled": false
}
}
}