webpack-make-log-plugin

0.0.1 • Public • Published

Simple Webpack Log before every compilation

install

yarn add webpack-make-log-plugin
# or
npm install webpack-make-log-plugin
const MakeLogPlugin = require('webpack-make-log-plugin')

// webpack.config.js
{
  plugins:[
    new MakeLogPlugin({
      message:'this is PROJECT web'
    })
  ]


}

Readme

Keywords

Package Sidebar

Install

npm i webpack-make-log-plugin

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • flynnlee123