You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| OutDir | string |``| Redirect output structure to the directory. |
67
-
| RootDir | string |``| Specifies the root directory of input files. |
68
-
| RemoveSource | boolean |`false`| Remove all source files specified by glob pattern. |
69
-
| Debug | boolean |`false`| Show errors details information. |
70
-
| exclude | string \| string[]|`undefined`| Add a pattern or an array of glob patterns to exclude matches. Read more in [node-glob options](https://github.com/isaacs/node-glob#options)`ignore`. |
71
-
| Cwd | string |`process.cwd()`| Current working directory. |
64
+
| UseMinExt |`boolean`|`true`| Use `min` extensions in output files. |
| OutDir |`string`|``| Redirect output structure to the directory. |
67
+
| RootDir |`string`|``| Specifies the root directory of input files. |
68
+
| RemoveSource |`boolean`|`false`| Remove all source files specified by glob pattern. |
69
+
| Debug |`boolean`|`false`| Show errors details information. |
70
+
| exclude |`string`\|`string[]`|`undefined`| Add a pattern or an array of glob patterns to exclude matches. Read more in [node-glob options](https://github.com/isaacs/node-glob#options)`ignore`. |
71
+
| Cwd |`string`|`process.cwd()`| Current working directory. |
0 commit comments