license-webpack-plugin

WebJar for license-webpack-plugin

Лицензия

Лицензия

ISC
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

license-webpack-plugin
Последняя версия

Последняя версия

2.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

license-webpack-plugin
WebJar for license-webpack-plugin
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/xz64/license-webpack-plugin

Скачать license-webpack-plugin

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/license-webpack-plugin/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>license-webpack-plugin</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/license-webpack-plugin/
implementation 'org.webjars.npm:license-webpack-plugin:2.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/license-webpack-plugin/
implementation ("org.webjars.npm:license-webpack-plugin:2.2.0")
'org.webjars.npm:license-webpack-plugin:jar:2.2.0'
<dependency org="org.webjars.npm" name="license-webpack-plugin" rev="2.2.0">
  <artifact name="license-webpack-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='license-webpack-plugin', version='2.2.0')
)
libraryDependencies += "org.webjars.npm" % "license-webpack-plugin" % "2.2.0"
[org.webjars.npm/license-webpack-plugin "2.2.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : types__webpack-sources jar [0.1.5,0.2)
org.webjars.npm : webpack-sources jar [1.2.0,2)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.2.0
1.0.1