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

@@ -1,5 +1,5 @@
import { exporter as _exporter } from '../api/export';
import colors from 'kleur';
import * as colors from 'kleur';
import prettyBytes from 'pretty-bytes';
import { locations } from '../config';