Starter project for bundling Grafana' scripted dashboards with webpack.
Put scripted dashboards in src/scripts
In the script (async or normal ones), instead of "return
" use "module.exports =
".
npm run build
Thanks to Tobias Koppers @sokra for the help and the plugin.