I want to generate two versions of the file + A compressed version of the file + An uncompressed version of the file So I need it to let me choose to compress or not compress for a file by `include` or `exclude` Just like [uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)
I want to generate two versions of the file
So I need it to let me choose to compress or not compress for a file by
includeorexcludeJust like uglifyjs-webpack-plugin