1.0.0 • Published 7 years ago

basic-banner-webpack-plugin v1.0.0

Weekly downloads
5
License
-
Repository
github
Last release
7 years ago

basic-banner-webpack-plugin

Append the name and version of a package before the bundle.

This package just instance banner-webpack-plugin with a minimal config.

Install

npm i -D basic-banner-webpack-plugin

Usage

const BasicBannerWebpackPlugin = require('basic-banner-webpack-plugin')

module.exports = {
  entry: './src/index.js',
  output: {
    filename: './dist/bundle.js'
  },
  plugins: [
    new BasicBannerWebpackPlugin()
  ]
}

Demo

/*! ramda v1.0.0 */
(function(){"use strict";var t={"@@functional/placeholder":!0},n=function(t,n){}})()