html-webpack-date-tag-plugin
v1.0.1
Published
Simplify create Version Tag Console into HTML
Downloads
2
Readme
html-webpack-date-tag-plugin
npm i html-webpack-date-tag-plugin -D
const HtmlWebpackDateTagPlugin = require("html-webpack-date-tag-plugin");
module.exports = {
plugins: [
new HtmlWebpackDateTagPlugin(),
// another plugins
],
};