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

Commit 4ec782d

Browse files
authored
fix(types): remove invalid sourcemap option (#87)
Throws error if defined -- so don't expose it in definitions
1 parent 938dd8e commit 4ec782d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rollup-plugin-terser.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ export interface Options extends Omit<MinifyOptions, "sourceMap"> {
66
* Amount of workers to spawn. Defaults to the number of CPUs minus 1.
77
*/
88
numWorkers?: number;
9-
10-
/**
11-
* Generates source maps and passes them to rollup.
12-
*
13-
* @default true
14-
*/
15-
sourcemap?: boolean;
169
}
1710

1811
export declare function terser(options?: Options): Plugin;

0 commit comments

Comments
 (0)