Upgraded to Grafana 5, bootstrap not found

Hi,

I have an app plugin that I developed using Grafana 4.5.2. In my plugin I imported bootstrap with “import 'vendor/bootstrap/bootstrap';” and had no problems. Upon upgrading to Grafana 5.0.4., I get “GET http://grafana.staged-by-discourse.com/public/vendor/bootstrap/bootstrap 404 (Not Found)” for that import.

Any insight on what should be changed?

-Riitta

Let me answer my own question if anyone happens to face the same problem. I had to add ‘.js’ to the end for it to work on new Grafana.