fix uppercase License Preserve
This commit is contained in:
parent
fa4914b17b
commit
391b9e750e
|
|
@ -88,7 +88,7 @@ The available options are:
|
||||||
only comments that match.
|
only comments that match.
|
||||||
For example, to keep JSDoc-style comments that contain
|
For example, to keep JSDoc-style comments that contain
|
||||||
"@license" or "@preserve", use this option:
|
"@license" or "@preserve", use this option:
|
||||||
`comments: /@license|@licence|@preserve/`
|
`comments: /@[Ll]icen[sc]e|@[Pp]reserve/`
|
||||||
Note that currently not *all* comments can be kept when
|
Note that currently not *all* comments can be kept when
|
||||||
compression is on, because of dead code removal or
|
compression is on, because of dead code removal or
|
||||||
cascading statements into sequences. [string]
|
cascading statements into sequences. [string]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user