2.0.3 • Published 7 years ago

print-time-webpack v2.0.3

Weekly downloads
22
License
MIT
Repository
github
Last release
7 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

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago