license-webpack-plugin
Outputs licenses from 3rd party libraries to a file
Last updated 4 years ago by xz64.xyz .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install license-webpack-plugin 
SYNC missed versions from official npm registry.

License Webpack Plugin

Build Status

Manage third-party license compliance in your webpack build.

Installation

npm install license-webpack-plugin --save-dev

Usage

To use the plugin, simply add it to the plugins section in the webpack config.

Example:

const LicenseWebpackPlugin = require('license-webpack-plugin').LicenseWebpackPlugin;

module.exports = {
  plugins: [
    new LicenseWebpackPlugin()
  ]
};

The default behavior will add a license notice file to each chunk of the webpack build. In addition, it will add a banner indicating the path to the license notice file in any Javascript assets. Third party libraries imported via external tools like SASS @import may not appear in the output (since webpack does not process @import). If this issue happens, please specify additional modules that the plugin should scan.

To configure the plugin, check the documentation.

Build Instructions

yarn
yarn build

Migration Guides

Migration guides for breaking changes are documented here.

Changelog

The changelog can be found here.

License

ISC

Current Tags

  • 4.0.2                                ...           latest (4 years ago)
  • 2.0.0-beta.3                                ...           next (8 years ago)

79 Versions

  • 4.0.2                                ...           4 years ago
  • 4.0.1                                ...           4 years ago
  • 4.0.0                                ...           4 years ago
  • 3.0.0                                ...           5 years ago
  • 2.3.21                                ...           5 years ago
  • 2.3.20                                ...           5 years ago
  • 2.3.19                                ...           5 years ago
  • 2.3.18                                ...           5 years ago
  • 2.3.17                                ...           5 years ago
  • 2.3.16                                ...           5 years ago
  • 2.3.15                                ...           5 years ago
  • 2.3.14                                ...           5 years ago
  • 2.3.13                                ...           5 years ago
  • 2.3.12                                ...           5 years ago
  • 2.3.11                                ...           5 years ago
  • 2.3.10                                ...           5 years ago
  • 2.3.9                                ...           5 years ago
  • 2.3.8                                ...           5 years ago
  • 2.3.7                                ...           5 years ago
  • 2.3.6                                ...           5 years ago
  • 2.3.5                                ...           5 years ago
  • 2.3.4                                ...           5 years ago
  • 2.3.3                                ...           5 years ago
  • 2.3.2                                ...           5 years ago
  • 2.3.1                                ...           5 years ago
  • 2.3.0                                ...           6 years ago
  • 2.2.0                                ...           6 years ago
  • 2.1.4                                ...           6 years ago
  • 2.1.3                                ...           6 years ago
  • 2.1.2                                ...           7 years ago
  • 2.1.1                                ...           7 years ago
  • 2.1.0                                ...           7 years ago
  • 2.0.4                                ...           7 years ago
  • 2.0.3                                ...           7 years ago
  • 2.0.2                                ...           8 years ago
  • 2.0.1                                ...           8 years ago
  • 2.0.0                                ...           8 years ago
  • 2.0.0-beta.3                                ...           8 years ago
  • 1.5.0                                ...           8 years ago
  • 2.0.0-beta.2                                ...           8 years ago
  • 2.0.0-beta.1                                ...           8 years ago
  • 2.0.0-beta.0                                ...           8 years ago
  • 2.0.0-alpha.9                                ...           8 years ago
  • 2.0.0-alpha.8                                ...           8 years ago
  • 2.0.0-alpha.7                                ...           8 years ago
  • 1.4.0                                ...           8 years ago
  • 2.0.0-alpha.6                                ...           8 years ago
  • 2.0.0-alpha.5                                ...           8 years ago
  • 2.0.0-alpha.4                                ...           8 years ago
  • 2.0.0-alpha.3                                ...           8 years ago
  • 2.0.0-alpha.2                                ...           8 years ago
  • 2.0.0-alpha.1                                ...           8 years ago
  • 2.0.0-alpha.0                                ...           8 years ago
  • 1.3.1                                ...           8 years ago
  • 1.3.0                                ...           8 years ago
  • 1.2.3                                ...           8 years ago
  • 1.2.2                                ...           8 years ago
  • 1.2.1                                ...           8 years ago
  • 1.2.0                                ...           8 years ago
  • 1.1.2                                ...           8 years ago
  • 1.1.1                                ...           8 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.2                                ...           9 years ago
  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
  • 0.6.0                                ...           9 years ago
  • 0.5.1                                ...           9 years ago
  • 0.5.0                                ...           9 years ago
  • 0.4.3                                ...           9 years ago
  • 0.4.2                                ...           9 years ago
  • 0.4.1                                ...           9 years ago
  • 0.4.0                                ...           9 years ago
  • 0.3.0                                ...           9 years ago
  • 0.2.1                                ...           9 years ago
  • 0.2.0                                ...           10 years ago
  • 0.1.4                                ...           10 years ago
  • 0.1.3                                ...           10 years ago
  • 0.1.2                                ...           10 years ago
  • 0.1.1                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 50
Last Day 0
Last Week 50
Last Month 29
Dependencies (1)
Dev Dependencies (11)

Copyright 2013 - present © cnpmjs.org | Home |