0.4.0 • Published 6 years ago

print-date-webpack-plugin v0.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

print-date-webpack-plugin

Plugin can print date before and after bundle info, also can print some lines before compilation started.

Install

npm i print-date-webpack-plugin --save-dev

Usage

const printDate = require('print-date-webpack-plugin');

module.exports = {
 
  plugins: [ 
    new printDate(options) 
  ]
 
};

Options

let options = {
	lines 		// default: 0, quantity to lines to print before compilation
	print_begin // default: false, print start time
	print_end	// default: true, print end time
}
0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago