libs-license-webpack-plugin

1.0.5 • Public • Published

banner-webpack-plugin

Introduction

append license text into bundle

Usage

const LibsLicenceWebpackPlugin = require('libs-license-webpack-plugin')


new LicenseWebpackPlugin({
bundleName: 'index.min.js',
libs: 
[
	{ license: "/*! example license text */",
		before: "(function(){...blah blah}",
	}
]
})

Readme

Keywords

none

Package Sidebar

Install

npm i libs-license-webpack-plugin

Weekly Downloads

6

Version

1.0.5

License

MIT

Last publish

Collaborators

  • w4rlock