New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

webpack-logplugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-logplugin

A webpack plugin for logging info after compilation is done.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

webpack-plugin

FAQs

Package last updated on 05 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts