Hi,
I'm trying to find some JavaScript code in a Kentico 9 application. The previous developers have developed a widget control called 'WgEventCard'. I need to modify some JavaScript code running on some controls inside that widget but I cannot seem to find any related JavaScript files in the system. I tried searching for some of the relevant JavaScript code and it all comes up in a file called 'wg-event-card-chunk.js'. So where is the original JavaScript file?
It looks like wg-event-card-chunk.js has been compiled with webpack - check for webpack configuration file it might help you to figure out the original js file(s).
Please, sign in to be able to submit a new answer.