0.5.1 • Published 7 years ago

electrode-webpack-reporter v0.5.1

Weekly downloads
249
License
Apache-2.0
Repository
github
Last release
7 years ago

Electrode Webpack Reporter

NPM version Build Status Dependency Status

An HTML based reporter for webpack-dev-server. Adds a new route /reporter to your webpack-dev-server HTTP server.

screenshot

Usage

const WebpackReporter = require("electrode-webpack-reporter");

const webpackConfig = {
  devServer: {
  }
};

const reporter = new WebpackReporter();
reporter.apply(webpackConfig);

//
// optional extra handling
//

reporter.on("report", (reporterOptions) => {
  if (reporterOptions.state) {
    // ... bundle is VALID
  }
});

Built with :heart: by Team Electrode @WalmartLabs.

0.5.1

7 years ago

0.4.10

7 years ago

0.5.0

7 years ago

0.4.9

7 years ago

0.4.8

7 years ago

0.4.7

7 years ago

0.4.6

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

8 years ago

0.3.13

8 years ago

0.3.12

8 years ago

0.3.11

8 years ago

0.3.10

8 years ago

0.3.9

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.4

9 years ago

0.2.4-0

9 years ago

0.2.3

9 years ago

0.2.3-1

9 years ago

0.2.3-0

9 years ago

0.2.2-0

9 years ago

0.2.1-0

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago