-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin don't support "include" and "exclude" #54
Comments
This plugin is able to transform only bundles, not specific files. So these options just doesn't make sense. As a solution you may use condition
|
yeah,I just want to specify the bundle like that
|
This is too simple for you to add two apis
|
This won't work if chunk names are autogenerated |
I think I would accept this feature. Could you prepare a PR? |
Completely fine |
UglifyJs can‘t accept options other than the one it specifies, so --- do you want me to change your options format like that
and change the version to 7.0.0, so it won't affect the previous users or let me do some compatibility with versions prior to 6.0.0 and 6.0.0, such as removing |
I looked at the latest documentation. If you don't specify a filename, it won't automatically generate a new filename, but instead output it directly to the command line tool. |
@TrySound look forward to your reply |
I set sourceMap to |
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
include
orexclude
Just like uglifyjs-webpack-plugin
The text was updated successfully, but these errors were encountered: