webpack-fixed-chunk-id-plugin

1.0.1 • Public • Published

webpack-fixed-chunk-id-plugin

A fixed chunkId optimized online caching webpack plugin

webpack version

4.0

Install

$ npm i webpack-fixed-chunk-id-plugin --save-dev

Usage

const WebpackFixedChunkIdPlugin = require("webpack-fixed-chunk-id-plugin");
 
module.exports = {
  plugins: [
    new WebpackFixedChunkIdPlugin({
      //This is optional. Used to specify the length of hash generation, which is 8 by default
      hashLength: 5
    })
  ]
}

Author

Kim

Package Sidebar

Install

npm i webpack-fixed-chunk-id-plugin

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

3.71 kB

Total Files

4

Last publish

Collaborators

  • hubvue