Merge pull request #17300 from mohsen1/patch-20

Add ModuleConcatenationPlugin to webpack.optimize
This commit is contained in:
Nathan Shively-Sanders
2017-06-22 16:05:32 -07:00
committed by GitHub
+2 -1
View File
@@ -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);
}