Skip to content

enterprizesoftware/print-time-webpack

Repository files navigation

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() 
  ]
 
};

About

Print time at the completion of webpack runs so you can easily determine when the last build completed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published