webpack-remove-chunk-entry
v1.0.0
Published
[](https://www.npmjs.org/package/webpack-remove-chunk-entry) [](https://www.npmjs.org/package/webpack-r
Readme
webpack-remove-chunk-entry
a plugin to help webpack to generate unique chunk id based on module id
install
npm install webpack-remove-chunk-entry --save-devfeatures
- generate unique chunk id based on unique module id
usage
const RemoveChunkEntryPlugin = require('webpack-remove-chunk-entry');
plugins: [
new RemoveChunkEntryPlugin({
chunks: ['lib']
})
]