From a94cfa398b27074994d5077e26d870ee0442efa8 Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Thu, 6 Jul 2017 18:52:30 -0700 Subject: [PATCH] add strictExportPresense to module of webpack Reference https://github.com/Timer/webpack/blob/master/schemas/webpackOptionsSchema.json#L222-L224 --- 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 88cf8a6318..928c71658c 100644 --- a/types/webpack/index.d.ts +++ b/types/webpack/index.d.ts @@ -168,6 +168,7 @@ declare namespace webpack { wrappedContextRegExp?: RegExp; wrappedContextRecursive?: boolean; wrappedContextCritical?: boolean; + strictExportPresence?: boolean; } interface OldModule extends BaseModule { /** An array of automatically applied loaders. */