Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
fix(types): remove invalid sourcemap option (TrySound#87)
Browse files Browse the repository at this point in the history
Throws error if defined -- so don't expose it in definitions
  • Loading branch information
lukeed committed Aug 28, 2020
1 parent 938dd8e commit 4ec782d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rollup-plugin-terser.d.ts
Expand Up @@ -6,13 +6,6 @@ export interface Options extends Omit<MinifyOptions, "sourceMap"> {
* Amount of workers to spawn. Defaults to the number of CPUs minus 1.
*/
numWorkers?: number;

/**
* Generates source maps and passes them to rollup.
*
* @default true
*/
sourcemap?: boolean;
}

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

0 comments on commit 4ec782d

Please sign in to comment.