Merge pull request #17822 from mohsen1/patch-24

add strictExportPresense to module of webpack
This commit is contained in:
Ron Buckton
2017-07-07 02:55:14 -07:00
committed by GitHub

View File

@@ -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. */