Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

webpack-remove-chunk-entry

npm package npm downloads

a plugin to help webpack to remove chunk's entry code

install

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

usage

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

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

About

remove webpack chunk entry to optimize built files

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages