Skip to content

bakkerjoeri/latest-build-timestamp-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Latest build timestamp plugin

Log the timestamp at which the build process ended.

After completing a build from your terminal, it will output the timestamp at which the build process ended:

   [4] ./src/userinterface/App.js 1.85 kB {0} [built]
    + 6 hidden modules


Latest build finished on Wed Oct 18 2017 12:31:51 GMT+0200 (CEST)

Installation

npm install latest-build-timestamp-webpack-plugin --save-dev

Usage

First, import the plugin in your webpack config:

const LatestBuildTimestamp = require('latest-build-timestamp-webpack-plugin');

And add it to your plugins array:

plugins: [
  new LatestBuildTimestamp();
]

About

Log the timestamp at which the build process ended.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published