webpack-hashed-chunkid
v1.0.0
Published
Designate hashed chunk path as the chunk id
Downloads
2
Readme
Install
$ npm i webpack-hashedChunkid --save
Usage
const hashedChunkIdPlugin = require('webpack-hashedChunkid')
webpackConfig = { plugins: [ new hashedChunkIdPlugin() ] }
You can specify the hash length you want (defualt 4):
new hashedChunkIdPlugin({ length: 6 })