options |
object
|
|
Options
Properties
Name |
Type |
Attributes |
Default |
Description |
pattern |
string
|
|
|
Pattern to locate the files to be processed |
omitSourceMapResources |
boolean
|
<optional>
|
false
|
Whether source map resources shall
be tagged as "OmitFromBuildResult" and no sourceMappingURL shall be added to the minified resource |
useInputSourceMaps |
boolean
|
<optional>
|
true
|
Whether to make use of any existing source
maps referenced in the resources to be minified. Use this option to preserve reference to the original
source files, such as TypeScript files, in the generated source map. |
|