statsd-webpack-plugin Webpack plugin for reporting to statsd Usage npm install statsd-webpack-plugin -S var StatsDPlugin = require('statsd-webpack-plugin'); module.exports = { ... plugins: [ new StatsDPlugin() ] }