spinjs
Version:
<p align="center"><a href="#"><img width="150" src="https://rawgit.com/sysgears/spinjs/master/logo.svg"></a></p>
14 lines (13 loc) • 388 B
TypeScript
/// <reference types="webpack" />
import { Configuration } from 'webpack';
export default class Spin {
dev: boolean;
test: boolean;
watch: boolean;
cmd: string;
cwd: string;
options: any;
constructor(cwd: any, cmd: any);
merge(config: any, overrides: any): Configuration;
mergeWithStrategy(strategy: any, config: any, overrides: any): Configuration;
}