webpack-sort-chunks

Sorts webpack chunks by dependency

MIT License

Downloads
790
Stars
4

webpack-sort-chunks

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

Compilation

Type: {chunkGroups: {}}

Properties

  • chunkGroups {}

sortChunks

Parameters

Returns Array<Chunk>

License

MIT © Diego Haz

Package Rankings
Top 7.64% on Npmjs.org
Badges
Extracted from project README
Generated with nod NPM version Build Status Coverage Status
Related Projects