You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**[`extractComments`](#extractcomments)**|`Boolean\|String\|RegExp\|Function<(node, comment) -> Boolean\|Object>\|Object`|`true`| Whether comments shall be extracted to a separate file. |
68
68
@@ -185,7 +185,7 @@ module.exports = {
185
185
### `minify`
186
186
187
187
Type: `Function`
188
-
Default: `undefined`
188
+
Default: `TerserPlugin.terserMinify`
189
189
190
190
Allows you to override default minify function.
191
191
By default plugin uses [terser](https://github.com/terser-js/terser) package.
0 commit comments