Skip to content

A webpack plugin for logging info after compilation is done.

License

Notifications You must be signed in to change notification settings

hawx1993/webpack-logplugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

A webpack plugin for logging info after compilation is done.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published