on-build-webpack

0.1.0 • Public • Published

on-build-webpack

Webpack plugin that gives ability to add callback after build.

Installation

npm install --save-dev on-build-webpack

Usage

In config file:

var WebpackOnBuildPlugin = require('on-build-webpack');
 
// ...
  module: {
    plugins: [
      new WebpackOnBuildPlugin(function(stats) {
        // Do whatever you want...
      }),
    ]
  },
// ...

Readme

Keywords

Package Sidebar

Install

npm i on-build-webpack

Weekly Downloads

9,299

Version

0.1.0

License

MIT

Last publish

Collaborators

  • kossnocorp