There was an error while loading. Please reload this page.
1 parent 7d58fda commit c4e147aCopy full SHA for c4e147a
README.md
@@ -36,7 +36,14 @@ uglify(options);
36
37
`options` - [uglifyJS API options](https://github.com/mishoo/UglifyJS2/blob/master/README.md#minify-options)
38
39
-`options.sourcemap` – default: `true`, type: `boolean`. The only own option which is used to generate source maps and pass them to rollup.
+`options.sourcemap: boolean`
40
+
41
+Generates source maps and passes them to rollup. Defaults to `true`.
42
43
+`options.numWorkers: number`
44
45
+Amount of workers to spawn. Defaults to the number of CPUs minus 1.
46
47
48
## Examples
49
0 commit comments