mirror of https://github.com/webpack/webpack.git
13 lines
324 B
TypeScript
13 lines
324 B
TypeScript
|
/*
|
||
|
* This file was automatically generated.
|
||
|
* DO NOT MODIFY BY HAND.
|
||
|
* Run `yarn fix:special` to update
|
||
|
*/
|
||
|
|
||
|
export interface ManifestPluginOptions {
|
||
|
/**
|
||
|
* Specifies the filename of the output file on disk. By default the plugin will emit `manifest.json` inside the 'output.path' directory.
|
||
|
*/
|
||
|
filename?: string;
|
||
|
}
|