Tweak builtin plugin

I want to make some experimental tweaks to a builtin plugin (the graph panel). On my Raspbian install I see the files in ‘/usr/share/grafana/public/app/plugins/panel/graph’. I made a minor edit to axes_editor.html and restarted grafana-server but the changes have not appeared in the browser. Is there a way I can persuade grafana to use the modified files?

the thing is that plugins in this folder are not build files.

you need to use webpack with yarn watch or yarn dev to make the changes active

OK, thanks, I had hoped not to have to do that but if that is the way it is then I will have to do it.