Home > @rushstack/module-minifier > IWorkerPoolMinifierOptions > terserOptions
IWorkerPoolMinifierOptions.terserOptions property
The options to forward to Terser. output.comments
is currently not configurable and will always extract license comments to a separate file.
Signature:
terserOptions?: MinifyOptions;