mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
updated for webpack 4.0 added optimization.minimizer option
This commit is contained in:
2
types/webpack/index.d.ts
vendored
2
types/webpack/index.d.ts
vendored
@@ -546,6 +546,8 @@ declare namespace webpack {
|
||||
nodeEnv?: boolean;
|
||||
/** Use the minimizer (optimization.minimizer, by default uglify-js) to minimize output assets. */
|
||||
minimize?: boolean;
|
||||
/** Configure minimzers and options TODO: add type for this */
|
||||
minimizer?: any;
|
||||
/** Identifiers used in records are relative to context directory. */
|
||||
portableRecords?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user