-
-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
- terser-webpack-plugin Version: 1.1.0
Expected Behavior / Situation
passing
new TerserPlugin({
extractComments: true
})
should behave the same as
new TerserPlugin({
extractComments: {
condition: true
}
})
Actual Behavior / Situation
The first case makes condition equal some and the second case makes condition equal all
Modification Proposal
Modify the second case to also equal some (or vice-versa)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request