Skip to content

Instantly share code, notes, and snippets.

@benoj
benoj / README.md
Last active December 19, 2015 13:49

Loggly Dashing Widget

Description

A simple dashing widget to display loggly data in your dashboard e.g. 500 errors.

Installation

'use strict';
const autoprefixer = require('autoprefixer');
const path = require('path');
const webpack = require('webpack');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');
const InterpolateHtmlPlugin = require('react-dev-utils/InterpolateHtmlPlugin');
const WatchMissingNodeModulesPlugin = require('react-dev-utils/WatchMissingNodeModulesPlugin');
const eslintFormatter = require('react-dev-utils/eslintFormatter');