Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 410a68b

Browse files
Update README.md
1 parent 11d5c82 commit 410a68b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ $ glob-uglifyjs -h
6161
### Options
6262
| Option | Type | Default | Description |
6363
|-----------------|--------------------|-----------------|------------------------------------------------------------------------------------|
64-
| UseMinExt | boolean | `true` | Use `min` extensions in output files. |
65-
| MinifyOptions | object | `{}` | UglifyJS minify options. [Read more](https://github.com/mishoo/UglifyJS2). |
66-
| 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. |
65+
| MinifyOptions | `Object` | `{}` | UglifyJS minify options. [Read more](https://github.com/mishoo/UglifyJS2). |
66+
| 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. |
7272

7373

7474
## License

0 commit comments

Comments
 (0)