compiler-webpack-plugin

0.0.1 • Public • Published

compiler-webpack-plugin

devDependency Status

js-standard-style

A webpack plugin which allows the configuration to define its own compiler callbacks.

Install

npm install compiler-webpack-plugin

Usage

// webpack.config.js
var CompilerPlugin = require('compiler-webpack-plugin')
 
module.exports = {
  ...
  plugins: [
    ...
    new CompilerPlugin('done'function (stats) {
      ...
    })
  ]
  ...
}

Readme

Keywords

Package Sidebar

Install

npm i compiler-webpack-plugin

Weekly Downloads

17

Version

0.0.1

License

MIT

Last publish

Collaborators

  • elliottsj