@feizheng/html-banner-webpack-plugin

1.2.0 • Public • Published


html-banner-webpack-plugin

Adds a banner to the top of each generated html.

installation

npm install -D @feizheng/html-banner-webpack-plugin

usage

import HtmlBannerWebpackPlugin from 'html-banner-webpack-plugin';

// ....
plutins:[
  new HtmlBannerWebpackPlugin({
    banner:[
      'NAME: editor-frontend',
      'VERSION: v1.1.5-alpha.6',
      'BUILD_TIME: 4/12/2019, 11:01:20 PM'
    ]
  })
]
// ...

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    19
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    19
  • 1.1.1
    2
  • 1.1.0
    1
  • 1.0.2
    2
  • 1.0.0
    2

Package Sidebar

Install

npm i @feizheng/html-banner-webpack-plugin

Weekly Downloads

5

Version

1.2.0

License

MIT

Unpacked Size

4.37 kB

Total Files

6

Last publish

Collaborators

  • afeiship