Skip to content

dmitrytarassov/print-date-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published