mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-22 00:32:51 +00:00
Adds recent fields from UglifyJSPlugin
This commit is contained in:
parent
2aa5b9547d
commit
f8dcd2e085
5
types/uglifyjs-webpack-plugin/index.d.ts
vendored
5
types/uglifyjs-webpack-plugin/index.d.ts
vendored
@ -33,6 +33,11 @@ declare namespace UglifyJsPlugin {
|
||||
output?: object;
|
||||
compress?: boolean | object;
|
||||
warnings?: boolean;
|
||||
toplevel?: boolean;
|
||||
nameCache?: object;
|
||||
keep_classnames?: boolean;
|
||||
keep_fnames?: boolean;
|
||||
safari10?: boolean;
|
||||
}
|
||||
|
||||
interface ExtractCommentsOptions {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user