0.5.1 • Published 5 years ago

electrode-webpack-reporter v0.5.1

Weekly downloads
249
License
Apache-2.0
Repository
github
Last release
5 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

5 years ago

0.4.10

5 years ago

0.5.0

5 years ago

0.4.9

5 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.13

7 years ago

0.3.12

7 years ago

0.3.11

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.4

7 years ago

0.2.4-0

7 years ago

0.2.3

7 years ago

0.2.3-1

7 years ago

0.2.3-0

7 years ago

0.2.2-0

7 years ago

0.2.1-0

7 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago