console.log not working inside ionic.js which is inside Ionic library.
I have a similar library where I want to modify code & see the logs of variables. Does there something that console.log won’t work inside libraries. even though I included
"cordovaPlugins": [
“cordova-plugin-device”,
“cordova-plugin-console”,
“cordova-plugin-whitelist”,
“cordova-plugin-splashscreen”,
“com.ionic.keyboard”
],
inside package.json. @leob
No not that I know of, I’ve used console.log successfully within library sources.
Is this with “ionic serve” or on a device (“ionic run” or “ionic build”) ?
with ionic serve @leob
No, I don’t have a problem there with console.log.
i m wondering what will be the cause. will update the cause once i figure it out