From 6db93d5d371ac68c1c4ed5d7b4c7a2c5ec7a60f3 Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Mon, 19 Jun 2017 10:37:13 -0700 Subject: [PATCH 1/4] Update index.d.ts --- types/webpack/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/webpack/index.d.ts b/types/webpack/index.d.ts index 8d4c7282ca..293f55ccb4 100644 --- a/types/webpack/index.d.ts +++ b/types/webpack/index.d.ts @@ -881,6 +881,7 @@ declare namespace webpack { } namespace optimize { + class ModuleConcatenationPlugin extend {} class AggressiveMergingPlugin extends Plugin { constructor(options?: AggressiveMergingPlugin.Options); } From 7871d4a426a14d1a273ae2e457a5f0a3f0843000 Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Mon, 19 Jun 2017 10:46:07 -0700 Subject: [PATCH 2/4] Update index.d.ts --- types/webpack/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/webpack/index.d.ts b/types/webpack/index.d.ts index 293f55ccb4..8e8d4d9a54 100644 --- a/types/webpack/index.d.ts +++ b/types/webpack/index.d.ts @@ -881,7 +881,7 @@ declare namespace webpack { } namespace optimize { - class ModuleConcatenationPlugin extend {} + class ModuleConcatenationPlugin extend Plugin {} class AggressiveMergingPlugin extends Plugin { constructor(options?: AggressiveMergingPlugin.Options); } From a5a635ce74c94c2586a3284f802488795246a9ae Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Mon, 19 Jun 2017 14:21:08 -0700 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=98=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/webpack/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/webpack/index.d.ts b/types/webpack/index.d.ts index 8e8d4d9a54..b9502e998a 100644 --- a/types/webpack/index.d.ts +++ b/types/webpack/index.d.ts @@ -881,7 +881,7 @@ declare namespace webpack { } namespace optimize { - class ModuleConcatenationPlugin extend Plugin {} + class ModuleConcatenationPlugin extends Plugin {} class AggressiveMergingPlugin extends Plugin { constructor(options?: AggressiveMergingPlugin.Options); } From 40376cc6a2cd292d6620e1530884b821d4a83e8c Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Mon, 19 Jun 2017 17:42:13 -0700 Subject: [PATCH 4/4] Update index.d.ts --- types/webpack/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/webpack/index.d.ts b/types/webpack/index.d.ts index b9502e998a..cc686b93b0 100644 --- a/types/webpack/index.d.ts +++ b/types/webpack/index.d.ts @@ -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 // Matt Lewis