Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 343 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 343 Bytes

Grafana Webpack Template

Starter project for bundling Grafana' scripted dashboards with webpack.

Usage

Put scripted dashboards in src/scripts

In the script (async or normal ones), instead of "return" use "module.exports =".

Build

npm run build

Credits

Thanks to Tobias Koppers @sokra for the help and the plugin.