html-webpack-banner-plugin

2.0.0 • Public • Published

html-webpack-banner-plugin

Build Status

This is an extension plugin for the webpack plugin html-webpack-plugin - a plugin that simplifies the creation of HTML files to serve your webpack bundles.

Adds a banner to the top of generated html.

Installation

Install the plugin with npm:

$ npm install -d html-webpack-banner-plugin

Install the plugin with yarn:

$ yarn add -D html-webpack-banner-plugin

Basic Usage

Load the plugin

const HtmlWebpackBannerPlugin = require('html-webpack-banner-plugin');

and add it to your webpack config as follows:

plugins: [
    new HtmlWebpackPlugin(),
    new HtmlWebpackBannerPlugin({
        banner: '<!-- my banner -->',
    }),
]

Options

{
    banner: string, // the banner as string, it will be wrapped in a comment
    raw: boolean, // if true, banner will not be wrapped in a comment
}

License

MIT

Package Sidebar

Install

npm i html-webpack-banner-plugin

Weekly Downloads

124

Version

2.0.0

License

MIT

Unpacked Size

4.54 kB

Total Files

4

Last publish

Collaborators

  • cap32