Browser's console window not showing console.log messages. What am I missing? #364
Closed
onetapbeyond
started this conversation in
General
Replies: 1 comment
-
Some further experimentation has shown that the problems described above can be attributed to unexpected caching in the browser. Not related to the behaviour of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For testing purposes I have cloned the repo and made a small number of changes to the sveltia-cms source code. Wanting to test those changes I have rebuilt the library using
npm run build
. And as expected the newly generated library files are generated into thepackage/dist
directory.The script tag in my
admin/index.html
file now points at my newly generated version ofsveltia-cms.js
. And when I open the UI in my browser the admin UI displays as expected. However, my changes to the underlying JavaScript code include a number of calls toconsole.log
. These log statements have been added for debug purposes...to help me trace/debug what exactly is happening in the code. Yet I see no console output in the browser's console window.Is there something I need to do in the build config, runtime config, in my environment, or something else to enable console.log so my
console.log
messages will show up in the browser's console window? Thank you for any help you can provide.Beta Was this translation helpful? Give feedback.
All reactions