UNPKG

simple-progress-webpack-plugin

Version:
7 lines (6 loc) 262 B
export declare type SimpleProgressWebpackPluginFormat = 'compact' | 'expanded' | 'minimal' | 'simple' | 'verbose'; export interface SimpleProgressWebpackPluginOptions { color: boolean; format: SimpleProgressWebpackPluginFormat; name: string; }