mirror of https://github.com/webpack/webpack.git
16 lines
427 B
TypeScript
16 lines
427 B
TypeScript
|
/**
|
||
|
* This file was automatically generated.
|
||
|
* DO NOT MODIFY BY HAND.
|
||
|
* Run `yarn special-lint-fix` to update
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Modules that should be able to be overridden. When provided, property name is used as override key, otherwise override key is automatically inferred from request.
|
||
|
*/
|
||
|
export type OverridablesPluginOptions =
|
||
|
| OverridablesPluginOptions[]
|
||
|
| string
|
||
|
| {
|
||
|
[k: string]: OverridablesPluginOptions;
|
||
|
};
|