0.0.6 • Published 6 years ago

date-webpack-plugin v0.0.6

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

Date Webpack Plugin

Dependency Status

Emits a JSON file that contains the date of your Webpack build

Install

npm install --save-dev date-webpack-plugin

Configuration

// Add to your Webpack config file
var DateWebpackPlugin = require('date-webpack-plugin');

module.exports = {
  plugins: [new DateWebpackPlugin({
    path: '/my/path',
    filename: 'timestamp.json',
    locale: 'en-US'
  })]
};  

Output

{"date":"4/13/2018 15:03:48"}
0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago