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

2.1.0 • Public • Published

Chunk Pack npm-latest

Split code into chunks using the split-chunks plugin.

Overview

Setup

Chunk Pack is included in the complete and default editions.

Current Release

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

Nightly Build

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

API

ChunkPack(name: string)

Usage

Example

Generate a chunk file for all node dependencies.

import Packmule from '@packmule/core';
import ChunkPack from '@packmule/chunk-pack';

const packmule = new Packmule();
packmule.add(new ChunkPack('vendor').include('**/node_modules/**'));
return packmule.generate();

License

MIT


Package Sidebar

Install

npm i @packmule/chunk-pack

Weekly Downloads

71

Version

2.1.0

License

MIT

Unpacked Size

7.07 kB

Total Files

11

Last publish

Collaborators

  • t.esterer
  • thasmo