updated for webpack 4.0 added optimization.minimizer option

This commit is contained in:
Dennis George
2018-02-27 14:18:59 -06:00
parent ee6770df50
commit be525690a8

View File

@@ -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;
}