Skip to content

Commit

Permalink
docs: update readme to reflect new default options (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstevenson authored and evilebottnawi committed Sep 9, 2019
1 parent 0b9681d commit cf91c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -386,7 +386,7 @@ module.exports = {
### `extractComments`

Type: `Boolean|String|RegExp|Function<(node, comment) -> Boolean|Object>|Object`
Default: `false`
Default: `true`

Whether comments shall be extracted to a separate file, (see [details](https://github.com/webpack/webpack/commit/71933e979e51c533b432658d5e37917f9e71595a)).
By default extract only comments using `/^\**!|@preserve|@license|@cc_on/i` regexp condition and remove remaining comments.
Expand Down

0 comments on commit cf91c43

Please sign in to comment.