1.0.4 • Published 5 years ago

webpack-build-timestamp v1.0.4

Weekly downloads
312
License
MIT
Repository
github
Last release
5 years ago

Webpack build timestamp plugin

A simple webpack plugin that logs a timestamp to the console after each build.

  ...

Build completed at Wed Jun 26 2019 19:13:22 GMT-0700 (Pacific Daylight Time)  

  ...

Installation

npm install webpack-build-timestamp --save-dev
or
yarn add webpack-build-timestamp

Usage

Import the plugin in webpack-config.js:

import { BuildTimestampPlugin } from "webpack-build-timestamp";

Add it to the plugins array in webpack-config.js:

plugins: [
  new BuildTimestampPlugin();
]
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago