0.7.0 • Published 6 years ago

license-loader v0.7.0

Weekly downloads
78
License
Apache-2.0
Repository
github
Last release
6 years ago

license-loader

Inline licenses into Webpack's output bundle.

NPM

Install

npm i -D license-loader

Usage

Include it as a loader targeting imports from node_modules and it will parse license information from the import's package.json and common license files.

webpack.config.js

  module: {
    loaders: [
      { test: /\.js$/, include: /node_modules/, loader: 'license-loader' }
    ]
  }

Output

The first occurrence of each package (name / version combination) will get complete readable license information emitted.

license

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

7 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago