You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -6205,7 +6205,7 @@ Options object as provided by the user.
6205
6205
*`extends` {string|string[]} Extend configuration from another configuration (only works when using webpack-cli).
6206
6206
*`externals` {string|RegExp|ExternalItemObjectKnown&ExternalItemObjectUnknown|object|object|ExternalItem[]} Specify dependencies that shouldn't be resolved by webpack, but should become dependencies of the resulting bundle. The kind of the dependency depends on `output.libraryTarget`.
6207
6207
*`externalsPresets` {ExternalsPresets} Enable presets of externals for specific targets.
6208
-
*`externalsType` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"jsonp"|"system"|"commonjs"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"} Specifies the default type of externals ('amd*', 'umd*', 'system' and 'jsonp' depend on output.libraryTarget set to the same value).
6208
+
*`externalsType` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"commonjs"|"jsonp"|"system"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"} Specifies the default type of externals ('amd*', 'umd*', 'system' and 'jsonp' depend on output.libraryTarget set to the same value).
6209
6209
*`ignoreWarnings` {RegExp|object|object[]} Ignore specific warnings.
6210
6210
*`infrastructureLogging` {InfrastructureLogging} Options for infrastructure level logging.
6211
6211
*`loader` {Loader} Custom values available in the loader context.
@@ -6238,7 +6238,7 @@ Multiple entry bundles are created. The key is the entry name. The value can be
*`experiments` {ExperimentsNormalized} Enables/Disables experiments (experimental features with relax SemVer compatibility).
6813
6813
*`externals` {Externals} Specify dependencies that shouldn't be resolved by webpack, but should become dependencies of the resulting bundle. The kind of the dependency depends on `output.libraryTarget`.
6814
6814
*`externalsPresets` {ExternalsPresets} Enable presets of externals for specific targets.
6815
-
*`externalsType` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"jsonp"|"system"|"commonjs"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"} Specifies the default type of externals ('amd*', 'umd*', 'system' and 'jsonp' depend on output.libraryTarget set to the same value).
6815
+
*`externalsType` {"asset"|"module"|"css-import"|"css-url"|"global"|"import"|"promise"|"this"|"var"|"script"|"commonjs"|"jsonp"|"system"|"assign"|"amd"|"amd-require"|"umd"|"umd2"|"commonjs2"|"window"|"self"|"commonjs-static"|"commonjs-module"|"node-commonjs"|"module-import"} Specifies the default type of externals ('amd*', 'umd*', 'system' and 'jsonp' depend on output.libraryTarget set to the same value).
6816
6816
*`ignoreWarnings` {object[]} Ignore specific warnings.
6817
6817
*`infrastructureLogging` {InfrastructureLogging} Options for infrastructure level logging.
6818
6818
*`loader` {Loader} Custom values available in the loader context.
@@ -6844,7 +6844,7 @@ Plugin instance.
6844
6844
6845
6845
### Indexable
6846
6846
6847
-
\[`index`: {string}\]: {any}
6847
+
> \[`index`: {string}\]: {any}
6848
6848
6849
6849
### Properties
6850
6850
@@ -7029,21 +7029,23 @@ Plugin instance.
7029
7029
7030
7030
> **ResolvePluginInstance** = {object|object}
7031
7031
7032
-
### Type Declaration
7032
+
### Union Members
7033
+
7034
+
#### Type Literal
7033
7035
7034
7036
{object}
7035
7037
7036
-
### Index Signature
7038
+
####Index Signature
7037
7039
7038
7040
\[`index`: {string}\]: {any}
7039
7041
7040
7042
*`apply` {object} The run point of the plugin, required method.
0 commit comments