1.0.1 • Published 6 years ago

webpack-compiled-at-plugin v1.0.1

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

webpack-compiled-at-plugin

Webpack plugin that displays difference between compile time and now

Installation

npm install --save-dev 'webpack-compiled-at-plugin'

Add plugin in your webpack.config.js:

const CompileTimePlugin = require('webpack-compiled-at-plugin');

let config = {
	plugins: [
		new CompileTimePlugin,
	]
};

module.exports = config;

And see time of last compilation in your terminal:

output