Skip to content

Commit 7647919

Browse files
committed
feat(types): expose Argument,EntryOptions,FileCacheOptions,AssetEmittedInfo,Problem types
1 parent 89c92bf commit 7647919

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

types.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12865,6 +12865,8 @@ declare namespace exports {
1286512865
compiler: Compiler
1286612866
) => void;
1286712867
export {
12868+
Argument,
12869+
ArgumentConfig,
1286812870
AutomaticPrefetchPlugin,
1286912871
AsyncDependenciesBlock,
1287012872
BannerPlugin,
@@ -12911,12 +12913,14 @@ declare namespace exports {
1291112913
ProgressPlugin,
1291212914
ProvidePlugin,
1291312915
RuntimeModule,
12916+
EntryOptions,
1291412917
EntryPlugin as SingleEntryPlugin,
1291512918
SourceMapDevToolPlugin,
1291612919
Stats,
1291712920
Template,
1291812921
WatchIgnorePlugin,
1291912922
WebpackError,
12923+
Problem,
1292012924
WebpackOptionsApply,
1292112925
WebpackOptionsDefaulter,
1292212926
ValidationError as WebpackOptionsValidationError,
@@ -12925,6 +12929,7 @@ declare namespace exports {
1292512929
EntryNormalized,
1292612930
EntryObject,
1292712931
LibraryOptions,
12932+
FileCacheOptions,
1292812933
ModuleOptions,
1292912934
ResolveOptionsWebpackOptions as ResolveOptions,
1293012935
RuleSetCondition,
@@ -12938,6 +12943,7 @@ declare namespace exports {
1293812943
WebpackPluginInstance,
1293912944
Asset,
1294012945
AssetInfo,
12946+
AssetEmittedInfo,
1294112947
MultiStats,
1294212948
ParserState,
1294312949
ResolvePluginInstance,

0 commit comments

Comments
 (0)