1.0.5 • Published 7 years ago

libs-license-webpack-plugin v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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}",
	}
]
})
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago