Skip to content

hubvue/webpack-fixed-chunk-id-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A fixed chunkId optimized online caching webpack plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published