Skip to content

hxlniada/webpack-remove-chunk-entry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published