webpack-sort-chunks

Sorts webpack chunks by dependency

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
webpack-sort-chunks
0.2.06 years ago7 years agoMinified + gzip package size for webpack-sort-chunks in KB

Readme

webpack-sort-chunks
Generated with nod NPM version Build Status Coverage Status
Sorts webpack chunks by dependency
The source code here is vendored from html-webpack-plugin/lib/chunksorter.js

Install

$ npm install --save webpack-sort-chunks

Usage

import sortChunks from 'webpack-sort-chunks'

const sortedChunks = sortChunks(stats.chunks)

// If you hold on to the Webpack compilation, pass it as the second argument
// It will be faster in Webpack >= v4
const sortedChunks = sortChunks(stats.chunks, compilation)

API

Table of Contents

-   [Properties](#properties)
-   [Parameters](#parameters)

Compilation

Type: {chunkGroups: {}}

Properties

  • chunkGroups {}

sortChunks

Parameters


Returns Array<Chunk>

License

MIT © Diego Haz