webpack-split-plugin

0.1.1 • Public • Published

🤸🔌 webpack-split-plugin

split bundle into multiple pieces with custom specifications (currently hard coded as 1/2 the size)

extension of CommonsChunkPlugin

📦 install

yarn add webpack-split-plugin --dev
npm i webpack-split-plugin --save-dev
const WebpackSplitPlugin = require('webpack-split-plugin')

📘 example

plugins: [
  new WebpackSplitPlugin({
    // * required
    name: 'eh',
    filename: '[name]-split.js',
 
    // [optional], very verbose output
    debug: true,
 
    // [optional], automatically figures it out after first run
    totalSize: '1937kb', // 1.937mb
  }),
],

🔗 resources

🔬 tests

🚧 work-in-progress

more coming soon with stability & customizability.

Package Sidebar

Install

npm i webpack-split-plugin

Weekly Downloads

7

Version

0.1.1

License

MIT

Last publish

Collaborators

  • aretecode