webpack-contrib / babel-minify-webpack-plugin

[DEPRECATED] Babel Minify Webpack Plugin
MIT License
491 stars 44 forks source link

Add include/exclude options for filtering modules #50

Closed Holi0317 closed 6 years ago

Holi0317 commented 7 years ago

UglifyJS webpack plugin provides include/exclude options for filtering module list to be processed.

This can ignore minifying some modules that may have already been minified or will cause bug when passed through babili,

rajchourasia commented 7 years ago

Much needed

alexander-akait commented 7 years ago

@Holi0317 @rajchourasia thanks, PR welcome :+1:

damianobarbati commented 7 years ago

+1!

damianobarbati commented 6 years ago

Anybody able to give a stab at this? 😅

alexander-akait commented 6 years ago

@damianobarbati wip

alexander-akait commented 6 years ago

@damianobarbati done in https://github.com/webpack-contrib/babel-minify-webpack-plugin/pull/75