Hi,
I was wondering whether it's possible to use a service worker in the ReactJS Kibana plugin?
The following command is failing
navigator.serviceWorker.register("serviceWorker.js")
and I'm assuming the reason is because that file doesn't exist at the root of my application (e.g. http://localhost:5601/hzn/app/serviceWorker.js)
So the question is, where is the root of my application in my folder? Because it doesn't appear to be the public folder.
Regards,
Dilshan