react-torch
Version:
A lib to server-side render with react.
10 lines (9 loc) • 308 B
TypeScript
import type { Compiler } from 'webpack';
export declare type SetManifestPluginOptions = {};
declare class SetManifestPlugin {
options: SetManifestPluginOptions;
assets: object;
constructor(opts?: SetManifestPluginOptions);
apply(compiler: Compiler): void;
}
export default SetManifestPlugin;