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 (7 loc) • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.devImplementation = void 0;
const devImplementation = () => Promise.resolve(`In a production build this file will contain the licenses of your production dependencies.
For dev builds it only contains this text for the sake of build speed.`);
exports.devImplementation = devImplementation;
//# sourceMappingURL=devImplementation.js.map