2.0.3 • Published 6 years ago

print-time-webpack v2.0.3

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

print-time-webpack

This is a simple plugin that adds an underscore separator and appends a timestamp to the end of your webpack watch builds. This will give you an indication when the build has completed.

Use version 2 for Webpack 4.

Example of plugin in use

Install

npm install --save-dev print-time-webpack

Usage

const PrintTimeWebpackPlugin = require('print-time-webpack');

module.exports = {
 
  plugins: [ 
    new PrintTimeWebpackPlugin() 
  ]
 
};
2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago