on-demand-chunk-loading-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.12.0 • Public • Published

on-demand-chunk-loading-webpack-plugin

npm version GitHub issues GitHub stars GitHub license

A webpack plugin to load chunks on demand

Usage

// webpack.config.js
const OnDemandChunkLoadingPlugin = require('on-demand-chunk-loading-webpack-plugin');

plugins: [
  new OnDemandChunkLoadingPlugin(),
];

Webpack compatibility

Webpack 5.x

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i on-demand-chunk-loading-webpack-plugin

Weekly Downloads

0

Version

0.12.0

License

MIT

Unpacked Size

28.4 kB

Total Files

15

Last publish

Collaborators

  • ramirezcgn