UNPKG

kkt

Version:

Create React apps with no build configuration, Cli tool for creating react apps.

9 lines (8 loc) 425 B
import WebpackDevServer from 'webpack-dev-server'; import { DevServerOptions } from '../utils/loaderConf'; import { StartArgs } from '..'; /** * Specify a static service, which can be used for document preview * @param conf */ export declare const staticDocSetupMiddlewares: (middlewares: WebpackDevServer.Middleware[], devServer: WebpackDevServer, options: StartArgs & DevServerOptions) => WebpackDevServer.Middleware[];