@packmule/log-pack
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

Log Pack npm-latest

Configure sane logging for webpack.

Overview

Setup

Log Pack is included in the complete and default editions.

Current Release

npm install --save-dev @packmule/log-pack

Nightly Build

npm install --save-dev @packmule/log-pack@nightly

API

LogPack();

Usage

Example

Set sane logging settings for webpack, printing only the most useful information.

import Packmule from '@packmule/core';
import LogPack from '@packmule/log-pack';

const packmule = new Packmule();
packmule.add(new LogPack());
return packmule.generate();

License

MIT


Package Sidebar

Install

npm i @packmule/log-pack

Weekly Downloads

49

Version

2.1.0

License

MIT

Unpacked Size

7.9 kB

Total Files

11

Last publish

Collaborators

  • t.esterer
  • thasmo