mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #17300 from mohsen1/patch-20
Add ModuleConcatenationPlugin to webpack.optimize
This commit is contained in:
Vendored
+2
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for webpack 2.2
|
||||
// Type definitions for webpack 3.0
|
||||
// Project: https://github.com/webpack/webpack
|
||||
// Definitions by: Qubo <https://github.com/tkqubo>
|
||||
// Matt Lewis <https://github.com/mattlewis92>
|
||||
@@ -881,6 +881,7 @@ declare namespace webpack {
|
||||
}
|
||||
|
||||
namespace optimize {
|
||||
class ModuleConcatenationPlugin extends Plugin {}
|
||||
class AggressiveMergingPlugin extends Plugin {
|
||||
constructor(options?: AggressiveMergingPlugin.Options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user