UNPKG

generate-license-file-webpack-plugin

Version:

Webpack plugin to generate a text file asset containing all of the licenses for your production third-party dependencies.

8 lines 566 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LicenseFilePlugin = exports.defaultOptions = void 0; var defaultOptions_1 = require("./lib/defaultOptions"); Object.defineProperty(exports, "defaultOptions", { enumerable: true, get: function () { return defaultOptions_1.defaultOptions; } }); var licenseFilePlugin_1 = require("./lib/licenseFilePlugin"); Object.defineProperty(exports, "LicenseFilePlugin", { enumerable: true, get: function () { return licenseFilePlugin_1.LicenseFilePlugin; } }); //# sourceMappingURL=index.js.map