Hello,
I have spun up Kibana 7.0 and elastic search instances and generated a plugin template using kbn-plugin-generator.
I have built a simple react app that is ran as a custom plugin. This works, but I am unable to view any of the files I have written in the sources section of chrome dev tools. I would like to be able to insert break points in my plugins source code when building more complex apps in the future, is this possible and supported by kibana?
Thanks