webpack-nicelog
Nicer log for your webpack :)
Last updated 8 years ago by endiliey .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install webpack-nicelog 
SYNC missed versions from official npm registry.

Webpack-NiceLog

preview GIF

Install

$ npm install webpack-nicelog --save-dev

Example Usage

// webpack.config.js
const WebpackNiceLog = require('webpack-nicelog');

module.exports = {
  // ...
  plugins: [
    new WebpackNiceLog()
  ]
}

API

WebpackNiceLog(options)

Options

name

  • Default: webpack

Display name

skipBuildTime

  • Default: false

Do not show build time e.g: Build finished in 1234 ms

clearScreen

  • Default: false

Clear screen after every compilation.

color

  • Default: green

Display color (can be HEX like #xxyyzz or a web color like green).

stream

  • Default: process.stderr

Output stream.

minimal

  • Default: Auto enabled on CI, non-TTY and test environments

Hide progress bar and only show Compiling/Compiled messages.

onDone

  • Type: Function(stats)

A function that will be called when all builds are finished (no errors).

License

MIT © Endilie Yacop Sucipto

Current Tags

  • 2.3.1                                ...           latest (8 years ago)

9 Versions

  • 2.3.1                                ...           8 years ago
  • 2.3.0                                ...           8 years ago
  • 2.2.1                                ...           8 years ago
  • 2.2.0                                ...           8 years ago
  • 2.1.0                                ...           8 years ago
  • 2.0.0                                ...           8 years ago
  • 1.1.0                                ...           8 years ago
  • 1.0.1                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (3)
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |