add a --bundler option, for forcing rollup or webpack

This commit is contained in:
Rich Harris
2018-08-28 17:29:14 -04:00
parent 6e2383b66b
commit 85e25d6380
8 changed files with 45 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ import * as events from './interfaces';
type Opts = {
build: string,
dest: string,
basepath: string,
basepath?: string,
timeout: number | false
};