2.0.1-nightly.242 • Published 4 years ago

@packmule/clean-pack v2.0.1-nightly.242

Weekly downloads
415
License
MIT
Repository
github
Last release
4 years ago

Clean Pack

Clear a directory prior to building the bundle.

Clean Pack uses clean-webpack-plugin to clear a directory before building. It is advised to clear the webpack output directory prior building to get rid of old files.

Setup

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

API

CleanPack()

Options

  • root - Defines the root option of clean-webpack-plugin.
  • debug - Controls the verbose option of clean-webpack-plugin.

Usage

Example

Clears the contents of the webpack output directory prior building.

import Packmule from '@packmule/core';
import CleanPack from '@packmule/clean-pack';

const packmule = new Packmule();
packmule.register(new CleanPack());
return packmule.generate();

License

MIT


2.0.1-next.472

4 years ago

2.0.1-next.469

4 years ago

2.0.1-next.470

4 years ago

2.0.1-next.466

4 years ago

2.0.1-next.459

4 years ago

2.0.1-next.458

4 years ago

2.0.1-next.457

4 years ago

2.0.1-next.450

4 years ago

2.0.1-next.438

5 years ago

2.0.1-next.446

5 years ago

2.0.1-next.448

5 years ago

2.0.1-next.447

5 years ago

2.0.1-next.449

5 years ago

2.0.1-next.437

5 years ago

2.0.1-next.436

5 years ago

2.0.1-next.435

5 years ago

2.0.1-next.434

5 years ago

2.0.1-next.433

5 years ago

2.0.1-next.432

5 years ago

2.0.1-next.431

5 years ago

2.0.1-next.429

5 years ago

2.0.1-next.430

5 years ago

2.0.1-next.428

5 years ago

2.0.1-next.427

5 years ago

2.0.1-next.426

5 years ago

2.0.1-next.425

5 years ago

2.0.1-next.424

5 years ago

2.0.1-next.417

5 years ago

2.0.1-next.418

5 years ago

2.0.1-next.416

5 years ago

2.0.1-next.415

5 years ago

2.0.1-next.413

5 years ago

2.0.1-next.412

5 years ago

2.0.1-next.414

5 years ago

2.0.1-next.411

5 years ago

2.0.1-next.410

5 years ago

2.0.1-next.409

5 years ago

2.0.1-next.408

5 years ago

2.0.1-next.407

5 years ago

2.0.1-next.406

5 years ago

2.0.1-next.404

5 years ago

2.0.1-next.405

5 years ago

2.0.1-next.403

5 years ago

2.0.1-next.402

5 years ago