UNPKG

262 BTypeScriptView Raw
1/// <reference types="webpack-dev-server" />
2import { Configuration as CFG } from 'webpack';
3import { Bundler } from '../Bundler';
4import { Config as Args, Env } from '../commands/args';
5export declare const bundler: (args: Args, env: Env) => Bundler<CFG>;