Optional
How to handle legal comments (comments containing @license, @preserve, or starting with //!//*!).
@license
@preserve
//!
/*!
"none"
"inline"
"eof"
"external"
{ linked: "path/to/legal.txt" }
"none" (when minifying) Copy
"none" (when minifying)
Remove whitespace.
true Copy
true
How to handle legal comments (comments containing
@license,@preserve, or starting with//!//*!)."none"- Do not preserve any legal comments."inline"- Preserve all legal comments inline."eof"- Move all legal comments to the end of the file."external"- Extract legal comments without linking.{ linked: "path/to/legal.txt" }- Extract legal comments and add a link comment to the given path.