2.0.1-nightly.242 • Published 3 years ago

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

Weekly downloads
415
License
MIT
Repository
github
Last release
3 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

3 years ago

2.0.1-next.469

3 years ago

2.0.1-next.470

3 years ago

2.0.1-next.466

3 years ago

2.0.1-next.459

3 years ago

2.0.1-next.458

3 years ago

2.0.1-next.457

3 years ago

2.0.1-next.450

3 years ago

2.0.1-next.438

3 years ago

2.0.1-next.446

3 years ago

2.0.1-next.448

3 years ago

2.0.1-next.447

3 years ago

2.0.1-next.449

3 years ago

2.0.1-next.437

3 years ago

2.0.1-next.436

3 years ago

2.0.1-next.435

3 years ago

2.0.1-next.434

3 years ago

2.0.1-next.433

3 years ago

2.0.1-next.432

3 years ago

2.0.1-next.431

4 years ago

2.0.1-next.429

4 years ago

2.0.1-next.430

4 years ago

2.0.1-next.428

4 years ago

2.0.1-next.427

4 years ago

2.0.1-next.426

4 years ago

2.0.1-next.425

4 years ago

2.0.1-next.424

4 years ago

2.0.1-next.417

4 years ago

2.0.1-next.418

4 years ago

2.0.1-next.416

4 years ago

2.0.1-next.415

4 years ago

2.0.1-next.413

4 years ago

2.0.1-next.412

4 years ago

2.0.1-next.414

4 years ago

2.0.1-next.411

4 years ago

2.0.1-next.410

4 years ago

2.0.1-next.409

4 years ago

2.0.1-next.408

4 years ago

2.0.1-next.407

4 years ago

2.0.1-next.406

4 years ago

2.0.1-next.404

4 years ago

2.0.1-next.405

4 years ago

2.0.1-next.403

4 years ago

2.0.1-next.402

4 years ago