1.0.0 • Published 5 years ago

dxmlicai-webpack-remove-chunk-entry v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

webpack-remove-chunk-entry

npm package npm downloads

a plugin to help webpack to generate unique chunk id based on module id

install

npm install webpack-remove-chunk-entry --save-dev

features

  • generate unique chunk id based on unique module id

usage

const RemoveChunkEntryPlugin = require('webpack-remove-chunk-entry');

plugins: [
    new RemoveChunkEntryPlugin({
        chunks: ['lib']
    })
]
1.0.0

5 years ago