webpack-logplugin

1.0.1 • Public • Published

Install

$ npm install  webpack-logplugin -D

Usage

with this plugin,you can make your webpack output info whenever your compile is done.

//webpack.config.js
const LogPlugin = require('webpack-logplugin');
module.exports = {
    plugins: [
        new LogPlugin( () => {
            console.log('Your app is running at http://localhost:3001')
        })
    ]
}

Author

webpack-logplugin © trigkit4, Released under the MIT License.

Authored and maintained by trigkit4 with help from contributors (list).

Readme

Keywords

Package Sidebar

Install

npm i webpack-logplugin

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • trigkit4