UNPKG

190 BTypeScriptView Raw
1/// <reference types="webpack-dev-server" />
2import webpack from 'webpack';
3export declare const build: (config: webpack.Configuration, dist: string, publicDir: string) => Promise<void>;